*{
	margin: 0;
	padding: 0;
	border: 0;
}
html{
	width: 100%;
	height: 100%;

}
body {
	position: relative;
	font: 80% Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0px;
	margin: 0;
	background: url(/base/img/bg.jpg) no-repeat 50% #000;
	width: 100%;
	height: 100%;
}
	#Universe{
		width: 222px;
		height: 214px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -111px;
		margin-top: -107px;
	} 
