/* MEYER RESET v1.0*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


body {
		background: url('../images/back_pattern.png') #000000 top left repeat;
		width:100%;
		height:100%;
		font-family:Verdana, Arial, Geneva, sans-serif;
		font-size:13px;
		color:#fff;
		line-height:1.5em;
}


div#back_header {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:149px;
	background: url('../images/back_header_blank.png') #000000 top left repeat-x;
	z-index:1;
	
	
}

div#wrapper {
	display:block;
	width:935px;
	margin:0px auto;
	height:auto;
	z-index:2;
	overflow:hidden;
	
}

#header {
	display:block;
	position:relative;
	float:left;
	width:935px;
	height:149px;
	margin:0px;
	padding:0px;
	
	background: url('../images/header.png') #000000 top left no-repeat;
	z-index:2;
}

#content {
	display:block;
	float:left;
	width:935px;
	height:300px;
	background: url('../images/back_content.png') #000000 top left repeat-y;
}
#content-inner{
	display:block;
	float:left;
	padding:25px 15px 25px 15px;
}

#content a {text-decoration:none;color:#bdc004;}
.center_text {text-align:center;}
#footer {
	display:block;
	position:relative;
	top:0px;
	float:left;
	width:935px;
	height:30px;
	background: url('../images/back_footer.png') top left no-repeat;
	background-color:none;
	
}


