/*-------------------------------------------------------------------
Basic Style Sheet
version:    1.0
author:     fernando barcellos santos 
email:      fernando@ec.vc 
website:    http://www.ec.vc/ 
-------------------------------------------------------------------*/

/* =Basic 
================================== */
body{margin:0;margin-top:12px;padding:0;color:#FFF;background-color:#781D7E;font: 100%/1.6 "Lucida Grande","Lucida Sans",Verdana,sans-serif;}
a:link,a:visited{color:#BA8C2D;text-decoration:underline;}
a:hover{text-decoration:none;}
#flashContent{background:#781D7E;width:760px;height:562px;}
#movie{width:425px;height:350px;z-index:10;position:relative;top:-400px;left:335px;}

/* =Centering Technique
================================== */
body{text-align:center;min-width:760px;}
#wrapper{width:760px;height:530px;padding:20px;margin:0 auto;text-align:left;}
