@charset "utf-8";
/* CSS Document */
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	height:100%;
	text-align: center; 
	color: #ffffff;
	line-height: 1.2em;
	background: #68C2FD;
	/*overflow:hidden;*/
}
#homeContainer {
	background:url(../images/bg.png) repeat-x;
	height:860px;
}
#green {
	background: url(../images/trava.gif) no-repeat center;
	margin: 0 auto;
	height:420px;
}
#billboard {
    background: url(../images/sky_city2.png) no-repeat center;
	height: 720px;
	margin:0 auto;
}


