html {
	background:url(images/background2.jpg);
}

body {
	background:url(images/background.jpg) repeat-x;
	color:#0d4d91;
	font:normal normal normal 10px verdana;
	height:auto !important;
	margin:0;
	min-height:900px;
}


/* COPY THE STILES AFTER THIS COMMENT */


#main_box {
	background:#fff url(images/planet_background_4040.jpg) no-repeat right bottom;
	border:solid 3px #95b8e0;
	/*margin:135px auto 0;*/
	margin: auto;	
	padding:25px;
	width:640px;
	height: 487px;	
}

.clear {
	clear:both;
}

img {
	border:none 0;
}

#main_box #logo {
	float:left;
	padding:0 0 20px 0;
}

#main_box #host {
	color:#1974c3;
	float:right;
	padding:10px 0 0;
}

#main_box #host a {
	color:#1974c3;
	font-weight:700;
}

#main_box #host a:hover {
	color:#0f034e;
}

#main_box .row {
	background:url(images/line_row.jpg) no-repeat left bottom;
	display:block;
	line-height:15px;
	padding:15px 0 15px 40px;
	position:relative;
	width:440px;
}

#main_box .row img {
	left:0;
	position:absolute;
	top:15px;
}