
/*  Main  */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(../images/bg.jpg) top left repeat;
}

#wrapper {
 margin:0 auto;
 width:1237px; /*  Change to desired width :)  */
}

#header {
	 background: url(../images/splashmain.jpg) top center no-repeat;width:1237px;height:732px;
}

#buttons {
}

#footer {
}

a:link.btn1, a:visited.btn1 {background: url(../images/choosebuttons.jpg) no-repeat top left; background-position: 0px 0px;width: 395px;height: 51px;display: inline;}
a:hover.btn1 {background: url(../images/choosebuttons.jpg) no-repeat top left;background-position:0px -108px;}  

a:link.btn2, a:visited.btn2 {background: url(../images/choosebuttons.jpg) no-repeat top left; background-position: 0px -56px;width: 395px;height: 50px;display: inline;}
a:hover.btn2 {background: url(../images/choosebuttons.jpg) no-repeat top left;background-position:0px -164px;}  

#buttons {position:relative;top:577px;left:29px;}




