* {
  margin: 0; padding: 0;
  
}
body {
	background-color: black; color: white; /*width: 100%; height: 100%;*/
	 }

.center {
	text-align: center;
}

h1 {
	font-size: 140%; color: red; margin: 2% 0%;
}

p{
	color: white; text-align: center; text-indent: 20px; padding-left:20px;
}

header {
	background: url(../images/L.png) repeat; min-height: 170px;
}

nav {
	float:left; 
	min-height: 200px; 
	width: 15%;
	/*padding: 10px 5px 5px 10px;*/
	background-color: #CCF;
	border-radius: 15%;
}

section {
	float: right;
	width: 60%;
	/*padding: 3% 3%;*/
	
}

footer {
	clear: both; 
	padding: 1% 30%;
	background-color: #93C;
	border-radius: 30% 30% 30% 30%;
}