@charset "utf-8";
/* CSS Document */

body { margin:0; padding:0; background:url(../img/bg.jpg) #333; font-family:Verdana, Geneva, sans-serif }
img { border:none}
.center { height:1px; width:1px; position:absolute; right:50%; top:50%; }
.teaser	{ height:300px; width:600px; position:absolute; right:-300px; top:-150px; }
.tweet { width:210px; height:150px; background:#810e0e; position:absolute; right:0; top:-50px; 
		-border-radius:10px; -moz-border-radius:10px;-webkit-border-radius:10px; -webkit-transform:rotate(-6deg); }
.tweet p { padding:5px 5px 5px 8px; margin:auto 0; font-size:12px; line-height:20px; font-style:italic; color:white; letter-spacing:1px;}
.arrow	{ width:17px; height:17px; background:url(../img/arrow.png) no-repeat top left; position:absolute; right:203px; top:75px; }
.shadow	{ -moz-box-shadow: 2px 2px 3px black; -webkit-box-shadow: 2px 2px 3px black; }
:focus	{outline:0;}
