/*Layout*/

html {
	margin: 0;
	padding: 0;
	background: #ffffff center top repeat;
}

aside {
	float: left;
	width: 600px;
	min-height: 700px;
	
	margin: 0 0 20px 0;
}

body {
	width: 600px;
	height: 600px;
	margin: 0 auto;
	font: 10pt/1.5em Helvetica,"Helvetica neue", Arial, sans-serif;
	background: url(comingsoon.jpg) no-repeat center;
}

/*HTML 5 specific*/
header,section,article,aside,footer{
	display: block;
}
