@charset "UTF-8";
/* CSS Document */
a:link {
	text-decoration: underline;
	color: #CCC;

}
a:visited {
	color: #CCC;
	text-decoration: underline;
}

body {
	margin: 0 auto;
	text-align:center;
	padding: 0px;
	height:auto;
	background:url(images/bgrepeat.jpg) repeat-x;
	background-color:#990000;
}

p {
	padding: 5px;
}
#container {
	width: 1024px;
}


#header {
	background-image: url(images/headercloudempty.jpg);
	float: left;
	height: 288px;
	width: 486px;
}
#twitbubblecont {
	width: 203px;
	height: 288px;
	float:left;
}

#bubble {
	background-image: url(images/twitterbubble.jpg);
	float:left;
	height: 124px;
	width: 203px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#twitpad {
	padding-top: 18px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}

#twitter {
	background-image:url(images/undertwit.jpg);
	float: left;
	height: 164px;
	width: 203px;
}
#topright {
	background-image:url(images/toprightbg.jpg);
	float: left;
	height: 288px;
	width: 335px;
}
#contented {
	height:480px;
	width:1070px;
	background-image:url(images/content.jpg);
	clear:both;
	background-repeat:no-repeat;
}
#text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	width: 600px;
	padding-top: 140px;
	text-align:left;
}