/* CSS Document */

body {
	background-color: #000000;
	margin:0;
    padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image:url(images/rainbg.jpg);
	background-repeat:repeat;
	background-position: top center;	
}

a:link {
	color:#762835; text-decoration:none;
}
a:hover {
	color:#1F3C44; text-decoration:none;
}
a:visited {
	color:#762835; text-decoration:none;
}
a:active {
	color:#762835; text-decoration:none;
}

#cont{
    width:750px !important;
    margin:0 auto;
} 

#top{
	width:750px !important;
    margin-bottom:25px;
}

#sx{
    float:left;
	width:250px;
	text-align:center;
} 

#page{
    width:450px;
	height:300px;
	border:#000000 solid 1px;
	float:left;

} 

#out{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight:bold;
}

#bottom{
	float:left;
	width:700px;
	text-align:right;
	margin-top:15px;
	margin-right:20px;
}
