@charset "UTF-8";
/* CSS Document */

.container {
	width: 1024px;
	float: left;
	margin: 20px;
	color: #070707;	
}

body {
	background-color: #60E7EB;
	float: right;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: italic;
	font-size: 70px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 90px;
}

h1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	text-size: 15px;
	font-size: 50px;
	color: #000000;
}

p{
	text-align: center;
	color: #0A0909;
	font-size: small;
}
