/* CSS Document */
#container {
position: relative;
width:760px;
height:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:400;
margin-top:60px;
margin-left:auto;
margin-right:auto;
text-decoration:none;
border:none;
}
a, a:link, a:visited, a:active {
text-decoration:none;
border:none;
color:#ffffff;
}
a:hover {
text-decoration:none;
border:none;
color: #FBBA04;
}

#bottom {
position: absolute;
top:350px;
left:0px;
	text-align:left;
	padding-top:2px;
	width:760px;
	height:15px;
	margin-right:auto;
	margin-left:auto;
	background-color:#000000;
	border-top: 1px solid #ffffff;
	z-index:1;
}

#content {
position:absolute;
top:72px;
left:0px;
width:760px;
height:269px;
border-top:1px;
border-top-color:#FFFFFF;
padding-top:10px;
}

#textbox1 {
position:absolute;
top:10px;
left:360px;
z-index:3;
width:300px;
height:auto;
line-height:1.5em;
color:#ffffff;
font-weight:400;
}
#textbox2 {
position:absolute;
top:10px;
left:50px;
z-index:3;
width:300px;
height:auto;
line-height:1.5em;
color:#ffffff;
font-weight:400;
}


#box2 {
position:absolute;
top:71px;
left:500px;
}

