* {
	margin:0;
	padding:0;
	background-color:#000;
}

#wrapper {
	margin:auto;
	width: 960px;
	font:Arial, Helvetica, sans-serif;
}

#header {
	background: url(../images/logo.png) no-repeat;
	height:180px;
	width:1000px;
	margin-top:180px;
	margin-left:180px;
	position:absolute;
}

#header h2 {
	text-indent: -5000px;
}

/* content */
#content {
	float:left;
	width:740px;
	height:100px;
	margin-top:320px;
	margin-left:210px;
	background:#000;
}

#content p {
	text-align: justify;
}
/* /content */





	

