@charset "UTF-8";
@import url("starter.css");
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: center;
	background-color: #000;
}

body, p, h1, h2, h3, h4, h5, h6, form{
	margin: 0px;
	padding: 0px;
}

#outermostwrapper {
	text-align: left;
	height: 600px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 0;
	background-color: #666;
	background-image: url(../images/bg_gradient.gif);
}
