/* CSS Document */

@import "reset.css";
@import "HD-1_style.css";

body {
	background-color:#FFFFFF;
}

div#content {
position:absolute;
width:1000px;
height:700px;
left:50%;
top:50%;
margin:-350px 0 0 -500px;
background-image:url(../BGImages/HD-1_bg.jpg);
background-repeat:no-repeat;
background-position:top center;
}

div#contentinner {
margin-top:35px;
}

div#textboxes {
width:800px;
margin-left:50px;
margin-right:50px;
margin-top:25px;
text-align:left;
}

div#header {
width:800px;
height:31px;
margin-left:50px;
margin-right:50px;
margin-top:50px;
text-align:left;
}

div#credits1 {
width:450px;
height:35px;
margin-top:15px;
margin-left:50px;
text-align:left;
float:left;
}

div#credits2 {
width:450px;
height:35px;
margin-right:50px;
margin-top:15px;
text-align:right;
float:left;
}
