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

body{
	background: #0066a7 url(../images/background.png) repeat-x;
}

img{
	margin: 0 auto;
}

h1{
	padding-top:130px;
	color:white;
	text-align:center;
	font-size:40px;
	margin-bottom:20px;
}

h2{
	color:white;
	text-align:center;
	font-size:18px;
	margin:0px;
}

.copyright{
	position:absolute;
	bottom:10px;
	color:#ffffff;
	text-align:center;
	width:99%;
	font-size:10px;
}