/* Base CSS for HydrogenPHP.com */

/* Construct
 * ------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	color: #fff;
	background-color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	}
	
#wrap {
	width: 778px;
	position: absolute;
	left: 50%;
	margin-left: -389px;
	}
	
/* Header
 * ------------------- */
	
#header.color-strip {
	background: #000 url(/images/colorstrip.jpg) 30000px 38px repeat-x;
	}
	
#header .inner {
	height: 349px;
	background: transparent url(/images/headermask.png) top left no-repeat;
	}
	

/* Footer
 * ------------------- */
 
#footer {
	text-align: left;
	padding: 0 20px 0 10px;
	color: #444;
	}
	
#footer a {
	text-decoration: none;
	color: #777;
	}
	
#footer a:hover {
	text-decoration: underline;
	}