@charset "utf-8";
/* Graphix Media Solutions 2010 */


body {
	background-color: black;	
	font-family: tahoma;
	color: white;
	font-size: 1em;
	} 

h1 {
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

img {
	border: 0;
	}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 1024px;	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}


#header {

	}

#content {
	background: #000 url('../../images/core/GraphixMedia_beta.png') no-repeat center center;
	width: 1024px;
	height: 400px;	
	}

#footer {
	
	}

