/*
General selectors
*/

body {
	background-color: #000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	background-repeat: no-repeat;
	
	}

h1 {
	font-size:48px;
	font-weight: lighter;
	margin-bottom: 10px;
}



#image {
	
	height: 500px;
	vertical-align: middle;
	width: 600px;
	background-repeat: no-repeat;
	background-position: center;

}

#content {
	position: absolute;
	left: 410px;
	height: 600px;
	vertical-align: middle;
	width: 350px;

}
