* {
padding:0;
margin:0;

}
body {
margin: 0 auto;
font-family: 'Bitstream Vera Sans','Lucida Grande','Lucida Sans Unicode', Arial, Helvetica, sans-serif;
font-size: 62.5%;
height: auto;
}
#wrapper{
margin: 0 auto;
width: 1200px;
height: 800px; /*870px*/
background: url(/images/bg.jpg) no-repeat;
position: relative;
}
h1{
display: none;
width: 287px;
height:26px;
position: absolute;
top: 302px;
left: 278px;
color: #0a080d;
font-size: 2em;
}
.video{
width: 500px;
height: 350px;
position: absolute;
top: 40px;
left: 550px;
}
.about{
position: absolute;
left: 355px;
top:558px;	
}
.about h2{
color: #000;
font-size: 2.2em;
font-weight: bold;
}
.author{
position: absolute;
left: 525px;
top:585px;
}
.author p{	
color: #000;
font-size: 1.4em;
font-weight: bold;
}
.timbo{
width: 205px;
height: 73px;
/*background: url(/images/timbologo.jpg) no-repeat;*/
position: absolute;
left: 665px;
top: 605px;
}
a, a:link, a:hover, a:visited{
text-decoration: none;

}
a img, a visited img{ 
border:none; 

}
