html {
height:100%;
text-align:center;
}

body {
margin:0;
padding:0;
height:100%;
background-color:#000000;
background-image:url(../pic_2/universum.jpg);
background-repeat:no-repeat;
text-align:center;
}



#content {  text-align:left;
			color:#000000;
			background-color:#FFFFFF;
			width:740px;
			}
			
h1 {font-family:Tahoma;
	font-size:18px;
	line-height:24px;
	color:#f29300;
	}

#text {padding:20px;
	font-family:Tahoma;
	font-size:12px;
	line-height:18px;
	color:#000000;
	}
	
a {color:#666666;}
