@charset "utf-8";
/* CSS Document */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(images/bigBG.jpg);
	background-repeat: no-repeat;
}

a {
	text-decoration:none;
	color:#98b9ff;
}

a:hover {
	color:#333333;
}

#logo {
	width:261px;
	height:70px;
	background-image:url(images/logo.png);
	margin-top:60px;
	margin-left:10px;
}

#wrapper {
	width:580px;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	width:170px;
	display:inline;
	font-size: 20px;
}

#menu a {
	color: #000000;
	text-decoration:none;
	padding-left:20px;
	padding-right:10px;
	width:130px;
	display:block;
}

#menu a:hover {
	background-image: url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;	
}

#menu li {
	text-align:left;
	list-style-type:none;
	float:left;
	display:block;
	margin-left:15px;
	margin-bottom:37px;
}

#whrrlblock {
	float:left;
	display:inline;
	width:590px;
}

#roundbox {
	margin-top:5px;
	padding:10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 10px;
	height:240px;
	filter:alpha(opacity=60);
	opacity:.6;
}

#title {
	font-size:18px;
	float:right;
}

#tweet_quote {
	width:450px;
	margin:0 auto;
	padding:5px 5px 5px 50px;
	background-image:url(images/twitter.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:left;
}

#tweet_quote_wrapper {
	width:400px;
	margin-left:50px;
}

#tweet_quote_text {
}

#tweet_quote_author {
	float:right;
	margin-top:10px;
	font-size:24px;
}