/* lets do this */
*{margin:0;padding:0;font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;}

html,body{min-height:100%; max-width:100%;}
body{background:#000 url(css/images/bg.png) repeat-x center bottom;
font-size:13px;
font-style:normal;
color:#4e4e4e;
text-align:center;
}

#pixel-edge{background:transparent url(css/images/header.jpg) no-repeat center top;
text-align:center;
margin:0 auto;}

#header {
text-align:center;
min-width:900px;
min-height:110px;
padding-top:35px;
}
#header-text{
	text-transform:uppercase;
	letter-spacing:2px;
	color:#A7DC15;
	text-align:center;
}
img.header {
vertical-align:middle;}

/* links */
a{color:#7D3F00;outline:none;}
a:hover{color:#FF9900;text-decoration:none;}

#nav {
	min-height:15px;
	width:900px;
	background-image:url(css/images/nav_bg.png);
	text-align:left;
	padding-left:20px;
	margin-left:20px;
}

#container {
	width:900px;
	text-align:center;
	margin:0 auto;
}
#content {
	width:900px;
	text-align:left;
	margin:20px;
	margin-top:5px;
	padding:10px;
	background-color:#333333;
	color:white;}
	
#footer {min-height:50px;
	min-width:100%;
	text-align:center;
	color:#5A780C;
	text-transform:uppercase;
	letter-spacing:-1px;}
