* {
	padding: 0;
	margin: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body {
	background: #000000 url(../images/bg.jpg) no-repeat center top;
	
}
a, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 900px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width:220px;
	bottom:450px;
	color: #ffffff;
	float: right;
	margin-right: 220px;
	margin-top: 100px;
}
#content p {
	line-height: 18px;
}
#heading {
	color: #ffffff;
	bottom: 452px;
	float: left;
	margin-left: 215px;
	margin-top: 325px;
}
#heading p {
	font-size: 18px;
}
#logo {
	width:300px;
	height:44px;
	float: right;
	margin-right: 140px;
	margin-top: 340px;
}

