/* CSS Document */

body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	line-height:11px;
}

a, a:link, a:active, a:visited{
color:#FFFFFF;
text-decoration:none;
}

a:hover{
color:#FFFFFF;
text-decoration:underline;
}

#boxcontent{
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:600px;
	margin-left:-450px;
	margin-top:-300px;
}
#boxcenter{
width:364px;
height:464px;
padding-top:35px;
margin:auto;
}
#boxbottom{
width:345px;
height:33px;
margin:auto;
padding:0px 10px 0px 19px;
}
#boxfoot{
width:345px;
height:33px;
margin:auto;
padding:0px 10px 0px 19px;
}

.textpad{
padding-left:10px;
}
.image{
float:right;
}