/*Fontes*/
@font-face { font-family: Coneria_Script; src: url(coneria_script.ttf) format('truetype'); }
@font-face { font-family: Gabrielle; src: url(gabrielle.ttf) format('truetype'); }
@font-face { font-family: Contribute; src: url(contribute.ttf) format('truetype'); }
h1, h2, h3, h4, h5, p, a { font-family: sans-serif; }

/*Fundos*/
body { background: #EEEEEE url(../../../src/img/body_bg/degrade.png) repeat-x; }
#body_clouds { position: absolute; left: 50%; top: 0; margin-left: -600px; background-image: url(../../../src/img/body_bg/clouds.png); width: 1200px; height: 343px; z-index: 1; }
#body_footer { background-image: url(../../../src/img/body_bg/footer.png); width: 100%; height: 397px; z-index: 1; }

/*Corpo*/
#container { display: block; position: relative; width: 950px; margin: 0 auto; border: none; z-index: 2; }
	#container #logo { display: block; width: 500px; height: 98px; border: none; margin: 10px 0 0 0; float: left; background-image: url(../../../src/img/logos/logo.png); }

/*Cleaner*/
#clean { clear: both; }