html, body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:1.3;
	text-align:center;
}

div, p, ul, li, h1, h2, h3, img, span
{
	padding:0;
	margin:0;
}

img
{
	border:0;
}

div#container
{
	width:842px;
	height:600px;
	background-image:url('bg.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	margin:0 auto;
}

div#top
{
	display:block;
	width:812px;
	padding-left:30px;
	padding-top:10px;
	overflow:auto;
}

div#bottom
{
	display:block;
	padding-top:90px;
	padding-left:300px;
	text-align:left;
	width:542px;
	overflow:auto;
}

img#logo
{
	display:block;
	float:left;
}

p#title_first
{
	font-size:36px;
}

a
{
	color:#FFFFFF;
	text-decoration:none;
}

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

