body {
	background: black;
	margin-top:10px;
	text-align:left;
	float:left;
	position:relative;
	left:50%;
	width:1000px;
	heigth:600px;
	margin-left:-500px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

section {
	background: white;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

nav	{
	background: white;
	height:50px;
}

section div {

}

div p{
}