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

html {
	height:100%;
	overflow:hidden;
	}
	
body {
	margin:0;
	background:#fff url(imagens/bg_body.jpg) no-repeat center top;
	font:400 80% Georgia, "Times New Roman", Times, serif;
	color:#D9ECFF;
	height:100%;
	}

h1,h2,p {
	margin:0;
	padding:0;
	}

#athleticsBox {
	height:100%;
	}