html,body{
 width:100%;
 height:100%;
 background:#FFF;
 }

*{margin:0;padding:0;border:0;}

div#tw{
 width:490px;
 height:230px;
 background:url(logo.png) top center no-repeat;
 margin:30px auto 0 auto;
 font-weight:normai;
 padding-right:5px;
}

div#tweets{
 color:#FFF;
 background:#db7a8c;
 margin-top:25px;
 width:230px;
 height:127px;
 padding:0;
 font-size:12px;
 border:3px double #FFF;
 padding-top:0.1em;
 line-height:1.1em;
 text-align:left;
 font-weight:normal;
 float:right;
}
div#tweets P{padding:1em;}
div#tweets A{color:#FFF;}
div#tweets A:HOVER{color:#fad6dc;}

div#cont{
 font-size:72%;
 margin:0 auto;
 width:490px;
 height:100%;
 color:#ba6776;
 }

table#box{
 background:url(back.png) center center repeat-y;
 padding-top:5px;
 border-top:dotted 1px #db7a8c;
 border-bottom:dotted 1px #db7a8c;}


a.live{
 display:block;
 color:#e26223;
 text-decoration:none;
 border:1px solid #e26223;
 width:490px;
 text-align:center;
 line-height:2em;
 padding:0.5em 0 ;
 margin:0 0px 5px 0px;
 float:left;
}

a.icon{
 display:block;
 color:#db7a8c;
 text-decoration:none;
 border:1px solid #db7a8c;
 width:155px;
 text-align:center;
 line-height:2em;
 padding:0.5em 0 ;
 margin:0 2px 5px 3px;
 float:left;
}

a.double{
 display:block;
 color:#FC2121;
 text-decoration:none;
 border:1px solid #FC2121;
 width:310px;
 text-align:center;
 line-height:2em;
 padding:0.5em 0 ;
 margin:0 2px 5px 3px;
 float:left;
}

a{ color:#db7a8c;text-decoration:none;}
a:HOVER{ color:#e26223;text-decoration:none;}
a.icon:HOVER{ color:#FFF;background:#db7a8c;}
a.live:HOVER{ color:#FFF;background:#e26223;}
a span{color:#db7a8c;}
a.release{ padding:0.4em 0; line-height:1.1em;}
a.new{ color:#f13e60; border:1px solid #f13e60;}
a.new:HOVER{ color:#FFF;background:#f13e60;text-decoration:none;}
a.sp{ color:#FFF;background:#db7a8c;}
a.sp:HOVER{ color:#f15100; border:1px solid #f13e60;}
a.new:HOVER{ color:#FFF;background:#f15100;text-decoration:none;}

#cont p.present{
 color:#555;
 text-decoration:none;
 border:1px dashed #aaa;
 border-width:1px 0 1px 0;
 width:490px;
 text-align:center;
 line-height:1;
 padding:0.5em 0 ;
 margin:5px 0px 10px 0px;
 clear:both;	
	}
