@charset "UTF-8";
@import "reset.css";
@import "default.css";

/*
	INDEX
	+geral
	+wrap
	+classes
*/

/* +geral */
* {
	font-family:verdana, tahoma, arial, sans-seri
}

body {
	font-size:62.5%;
}

html, body, #wrap, #index {
	width:100%;
	height:100%;
	min-width:990px;
	min-height:500px;
}

a { color:#999; font-weight:bold }
strong { font-weight:bold } 
/* end geral */

/* +wrap */
#wrap, #index {
	float:left;
	font-size:1.1em;
}

#plugin-flash{width:420px; height:31.5em; top:50%; left:50%; margin:-170px 0 0 -220px; padding:0 10px; position:absolute; background:#FFF url(../imgs/bg-plugin.gif) no-repeat center bottom; border:1px solid #999;}
#plugin-flash p {font:1.2em arial, verdana, tahoma, sans-serif; color:#fff; margin-bottom:5px }
#plugin-flash p a { color:#fff }

#message { margin-bottom:20px; padding:7px; border:1px solid #f9f9f9; text-align:center; background-color:#bbb }

#contact { width:200px; float:right; color:#777 }
#contact h2 { margin-bottom:3px; color:#E529B1; font-weight:bold }
#contact li { margin-bottom:12px; line-height:16px }
#emails { margin-top:4px }
#emails li { margin-bottom:5px }
/* end wrap */

/* +classes */
.column { width:200px; float:left; margin:10px 5px 0 0 }
/* end classes */