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

body {
  margin: 0;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  background-color:#000;
  
}

#wrapper {
	width:960px;
	margin: 0 auto;
}

#header {
	width:960px;
	height:440px;
	background: url(header.jpg) no-repeat;
}

#main {
	width:920px;
	background-color:#060c14;
	padding:20px;
	margin-bottom:20px;
}

#media {
	width:920px;
	background-color:#060c14;
	padding:20px;
	margin-bottom:20px;
}

#left {
	position:relative;
	float:left;
	width:430px;
	padding:20px;
	background-color:#060c14;
	min-height:500px;
	margin-bottom:20px;
}

#right {
	position:relative;
	float:right;
	width:430px;
	padding:20px;
	background-color:#060c14;
	min-height:500px;
	
}

#footer {
	position:relative;
	float:left;
	width:960px;
	height:63px;
	background-color:#000;
	margin-bottom:20px;
}

#footerimg {
	width:143px;
	margin: 0 auto;
}

h1{
	font-family: "Impact", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:22px;
	letter-spacing:1px;
}

p {
  margin: 1em 0;
  font-size:12px;
}

a, body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

.rounded {
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
} 
