@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}


body {
	background:url(../images/bg.jpg);
}
h1 {
	margin:80px auto 0;
	width:600px;
}
h1 a {
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:600px;
	height:230px;
	text-indent:-9999px;
}
h1 a:hover {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.coming {
	background:url(../images/coming-soon.png) no-repeat;
	width:311px;
	height:63px;
	text-indent:-9999px;
	margin:30px auto 0;
}
#tweettweet {
	width:450px;
	margin:20px auto 0;
}