/* Style Sheet */

html
{
	background:grey;
	font-family:arial;
	font-size:20px;
}

div
{
	border-radius:15px;
	border:1px solid #69C;
}

.head
{
	background-color:#ff5;
	font-size:40px;
	width:1200px;
	height:100%;
	margin:auto;
	text-align:center;
}

 .center
{
	background-color:#FFF;
	width:1200px;
	height:400px;
  margin:auto;
	padding-left:10px;
}

.bottom
{
	background-color:#aa5;
	width:1200px;
	height:50px;
	margin:auto;
	text-align:center;
}


