body {
	margin:0;
	font-family: arial, verdana;
	font-size: 13px;
	color: #666666;
	background: url('../img/bg.png');
}
#wrapperHeader {
	position: absolute;
	top:0px;
	width:860px;
	height:98px;
	left: 50%;
	margin-left: -430px;
	background: url('../img/header.png');
}
#wrapperContent {
	position: relative;
	top: 98px;
	width:777px;
	height:330px;
	left: 50%;
	margin-left: -413px;
	background: url('../img/home-content.png');
	padding: 40px 25px 25px 25px;
}
#wrapperHome-Bottom {
	position: relative;
	margin-top: 140px;
	width:100%;
	height:238px;
	background: url('../img/bg-home-content-bottom.png');
}
#wrapperFooter {
	position: relative;
	margin-top: 30px;
	width:100%;
	height:36px;
	background: url('../img/footer.png');
}
#wrapperHome-Content {
	height: 208px;
	padding-top: 30px;
	width:800px;
	left: 50%;
	margin-left: -415px;
	position: absolute;
	color: #666666;
}
#wrapperAbout {
	width: 64%;
	float: left;
}
#wrapperTwitter {
	width: 34%;
	float: right;
}
#wrapperCopy {
	clear: both;
	position: absolute;
	bottom: 10px;
	color: #ffffff;
	float: left;
	font-size: 10px;
}
ul.nav, li.nav {
	list-style-type: none;
	margin-left: 0px;
    padding-left: 0px;
	display: inline;
	margin-right: 30px;
}
li.twitter {
	list-style-image: url('../img/li.png');
	margin-bottom: 4px;
	font-size: 13px;
}
A.nav:link, A.nav:visited {
	font-weight:700;
	color: #666666;
	font-size: 13px;
	text-decoration: none;	
}
A.nav:hover {
	color: #03b0f2;
	font-weight:700;
	font-size: 13px;
	text-decoration: none;	
}
A.selected:link, A.selected:visited {
	font-weight: 900;
	color: #03b0f2;
	font-size: 13px;
	text-decoration: none;	
}
A:link.twitterdate {
	color: #03b0f2;
	font-size: 10px;
	text-decoration: none;
}
A:link, A:visited {
	color: #03b0f2;
	font-size: 12px;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
h3 {
	color: #03b0f2;
	margin:0;
	paddin:0;
	font-size:25px;
	font-weight:bold;
}
h4 {
	color: #0470cb;
	font-family: arial, verdana;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 300;
}
.rotatorDisplay{
    float:left;
    padding-left:20px;
    width:330px;
    height:320px;
    line-height:17px;
}

.number{
    background-color:#cdcdcd;
    margin-right:5px;
    padding:1px;
    width:20px;
    text-align:center;
    color:#7e7e7e;
    float:left;
    font-size:13px;
    cursor:pointer;
}
.number:hover {
	background-color:#03b0f2;
	color: #ffffff;
}
.sel {
	background-color:#03b0f2;
	color: #ffffff;
}

.numberContainer{
    position:absolute;
	bottom:0px;
    right:10px;
    z-index:2;
}