/*** Style Definitions ***/
html			{font-family: Verdana, Arial, Helvetica, sans-serif; }

/*** Clouds ***/
.clouds					{ width:100%; height:262px; overflow:hidden; }
#clouds-small			{ width:3000px; height:100%;}
#cloud2					{ position:relative; top:-262px; }
#clouds-big				{ width:4000px; height:100%;}

/*** Body Content ***/
#wrapper	{ width:100%; height:100%; position:absolute; top:0; left:0; overflow:hidden; }

#mask		{ width:400%; height:100%; }

.box		{ width:25%; height:100%; float:left; list-style-type:none;  }

.content	{ width:960px; height:400px; top:20%; margin: 0 auto; position:relative;
				-moz-border-radius:35px; -webkit-border-radius:35px; }
				
.inner		{ width:960px; height:360px; border-radius:30px; -moz-border-radius:30px;
					-webkit-border-radius:30px; margin:0; padding:15px; top:0; position:relative; }
