* { margin:0; padding: 0; outline:0; }
body {
	font-size:62.5%;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	background: #00B4F1 url('../img/bg.gif') no-repeat fixed bottom right;
}
.left { float: left; }
.right { float:right; }
.clear { clear:both; }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#container {
	text-align:left;
	width:900px;
	margin: 0 auto 0 auto;
	color:#fff;
	position:relative;
}
h1 {
	padding-top:180px;
	margin:0 0 40px 35px;
	font-size:4em;
	width:750px;
}
h2 {
	margin:0 0 15px 35px;
	font-size:3.3em;
	width:700px;
	line-height:130%;
}
p {
	margin:0 0 0 35px;
	font-size:2.4em;
	width:600px;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	position:absolute;
	top:30px;
	right:30px;
}