/*   default
----------------------------------- */
html, body {
	min-width:970px;
	/*background:#2d2121;*/
}


/*   main content wrapper
------------------------------------*/
#pageWrapper {
	width:970px !important;
	height:700px !important;
    margin-left:auto;
    margin-right:auto;
}



/*   header
------------------------------------*/

#mainContentBox {
	width:970px !important;
	height:700px !important;
/*	
	position: relative;
*/	
	position: absolute;
	top: 0px;
	background:#2d2121 url(../images/comp_003.jpg) no-repeat;
}



#topStrip {
	width:970px !important;
	height:9px !important;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/topStrip_bg.png) no-repeat;

}

#logoTrd {
	width:91px !important;
	height:97px !important;
	position: absolute;
	top: 30px;
	left: 20px;
	background: url(../images/logo_bg.png) no-repeat;
}

#topDescription {
	width:391px !important;
	height:15px !important;
	position: absolute;
	top: 112px;
	left: 540px;
	background: url(../images/topDescription_bg.png) no-repeat;

}

#flashContent {
	width:970px !important;
	height:345px !important;
	position: absolute;
	top: 150px;
	left: 0px;
}

#bottonDescription {
	width:261px !important;
	height:70px !important;
	position: absolute;
	top: 524px;
	left: 40px;
	background: url(../images/bottonDescription_bg.png) no-repeat;
}

#registerButton {
	width:160px !important;
	height:39px !important;
	position: absolute;
	top: 512px;
	left: 350px;
}

#bottomStrip {
	width:970px !important;
	height:18px !important;
	position: absolute;
	top:632px;
	left: 0px;
	background: url(../images/bottomStrip_bg.png) no-repeat;
}

#bottomLogo {
	width:166px !important;
	height:22px !important;
	position: absolute;
	top: 666px;
	left: 40px;
/*	
	background: url(../images/bottomLogo_bg.png) no-repeat;
*/	
}


