@charset "utf-8";
/* CSS Document */

.clear_both {
	clear: both;
}

body,html {
	margin: 0px;
	padding: 0px;
	height:100%;
	width: 100%;
	background-image:url(uploads/images/bg_site.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
}
		
#rootwrapper { 
	position:relative;			
	width: 928px;			
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: auto;
	background-image: url(uploads/images/bg_shadow.png);
	background-repeat: repeat-y;
}

#header {
	position: relative;
	width: 900px;
	background-image: url(uploads/images/Myspace_add_disbeliever_out900px.jpg);
	height:587px;
	display:block;
	background-color:#000000;
	color: #ffffff;
	margin: auto;
}

#contentwrapper {
	position: relative;
	width: 900px;
	margin: auto;
}

#contentleft {
	position: relative;
	width:600px;
	float:left;
	/* background-color:red; */
	margin: auto;
}

#contentright {
	position: relative;
	width:300px;
	float:right;
	/* background-color:blue; */
	margin: auto;
}

#stoppari {
	position: relative;
	height: 154px;
	clear:both;
	margin: auto;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 14px;
	width: 900px;
	height: 154px;
	background-image: url(uploads/images/bg_footer.jpg);
}

#header #mainmenuwrapper {
	position: absolute;
	right: 8px;
	top: 117px;
	height: 36px;
}

#header #submenuwrapper, #footer #footersubmenuwrapper {
	height: 25px;
	background-image: url(uploads/images/bg_submenu.png);
	background-repeat: repeat-x;
}

#header #submenuwrapper {
	position: absolute;
	right: 8px;
	top: 153px;
}

#footer #footermainmenuwrapper {
	position: absolute;
	left: 8px;
	top: 0px;
	height: 36px;
}

#footer #footersubmenuwrapper {
	position: absolute;
	top: 35px;
	left: 8px;
}