html, body {
	height: 100%;
}

body {
	margin:0;
	font-family: arial, sans-serif;
	font-size:8pt;
	background-color:#3098C8;
}

img {
	border:0;
	vertical-align:bottom;
}

a {
  font-weight:bold;
  color:#FFFF00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div#menu {
width:776px;
text-align:center;
border:1px solid gray;
background-color:#50A4D0;
}

div#menu a img, div#menu a {
margin:0;
padding:0;
border:0;
}

div#menu a {
margin-right:-3px;
}

div#parent {
text-align:center;
width:776px;
position:absolute;
left:50%;
top:10%;
float:left;
margin-left:-388px;
}

div#main {
padding:0;
text-align:center;
width:auto;
height:459px;
background-color:#3098C8;
}

div#billboard {
width:776px;
border-left:1px solid gray;
border-right:1px solid gray;
height:100%;
background-image:url(imgs/intro_img.jpg);
background-repeat:no-repeat;
background-position:center;
}

div#footer {
text-align:center;
width:776px;
text-align:center;
border:1px solid gray;
background-color:#ffffff;
}

div#parent p {
margin:0;
margin-top:10px;
color:#ffffff;
}
