* {margin:0; padding:0;}

html, body {
   background-color:#002F52; 
	width: 100%;
	height: 100%; 
	margin: 0;
	padding: 0;
}

#wrapper {
   width: 750px;
	height: 640px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -375px;
	margin-top: -298px;
	background-image: url(../img/gfx/start/mainbg.jpg);
   background-repeat: no-repeat;
}

#topbg{
	position: relative;
	background-image: url(../img/gfx/start/topbg.jpg);
	background-repeat: no-repeat;
	top: 102px;
	left: 20px;
	width: 710px;
	height: 455px;
	margin: 0;
	padding: 0;
}

#bottombg{
	position: relative;
	background-image: url(../img/gfx/start/bottombg.jpg);
	background-repeat: no-repeat;
	top: 164px;
	left: 0px;
	width: 710px;
	height: 291px;
	margin: 0;
	padding: 0;
}

#content {
	overflow: visible;
	position: relative; 
	margin: auto -2%; 
	width: 750px; 
	text-align: center;
}

.topleft{
	padding-left: 70px;
}

.bottomleft{
   position: absolute;
   text-align: left;
	vertical-align:bottom;
	top: 230px;
	left: 10px;
}

.middleleft{
   position: absolute;
   text-align: left;
	vertical-align:bottom;
	top: 115px;
	left: 70px;
        width: 140px;
}

.bottomright{
   position: absolute;
   text-align: right;
	vertical-align:bottom;
	top: 259px;
	left: 422px;
}