﻿@charset "UTF-8";
@import "reset.css";
@import "default.css";

/*
	INDEX
	+geral
	+wrapper
	+classes
*/

/* +geral */
html, body, #wrapper {
	width:100%;
	height:100%;
	line-height:0; /* evita espacamentos indesejaveis no rodape da pagina */
	min-width:995px;
	min-height:740px;
}
/* end geral */

/* +wrapper */
#wrapper {
	line-height:normal;
	background:#000 url(../imgs/backgrounds/wrapper.jpg) no-repeat center top;
}
/* end wrapper */

/* +header */
#header h1 { width:205px; height:116px; margin:0 auto; }
#header h1 a { width:205px; height:116px; }
/* end header */

/* +content */
#content {
	width:300px;
	height:180px;
	overflow:hidden;
	margin:61px auto 0;
	background:url(../imgs/backgrounds/no-flash-player.png) no-repeat
}
#content a { width:181px; height:28px; margin:84px auto 0; }
/* end content */

/* +footer */
#footer {
	width:990px;
	margin:265px auto 0;
}
#footer p { float:right; width:290px; height:9px; margin-right:5px; background:url(../imgs/titles/copyright.png) no-repeat }
/* end footer */

/* +classes */
/* end classes */