@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	text-align:center;
	font-family: Helvetica, Arial;
	font-size:13px;
}
div#content{
	margin:0 auto;
	width:959px;
	height:670px;
	background:url(../graphic/background.jpg) center no-repeat;
	padding-top:20px;
}
div#footer{
	margin:0 auto;
	text-align:center;
	width:959px;
	color:#000000;
}
div#footer strong{
	color:#FF3399;
}
div#footer p{
	margin:0 auto;
	padding: 5px 0 0 0;
}

a{
	color:#FF3399;
}
a:hover{
	color:#FF0066;
}
div#desclaimer{
	margin:10px;
	width:200;
	text-align:left;
}