@charset "utf-8";
@import "reset.css";

/*-------------------------
style.css at www.neosheet.net
Author: Ananda Rizki - contact@neosheet.net
Date created: July 5, 2010 - 12:25 AM
Version:
---------------------------*/

body{
background:url(../img/bg2.png) center top repeat;
text-align:center;
padding-top:50px;
font:normal 13px Arial;
color:#fff;
}

a{
color:#fff;
}

a:hover{
text-decoration:none;
}

#content{
margin:0 auto;
width:634px;
height:0;
overflow:hidden;
}

#twitter{
text-decoration:none;
background:url(../img/front.png) center top no-repeat;
display:block;
width:350px;
height:170px;
position:absolute;
left:50%;
top:40%;
margin-left:-175px;
margin-top:-85px;
}

