*{
	margin:0;
	padding:0;
    color: #333;
}
img{
	border:none;
}
body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	
}
#content{
	margin:0px auto;
	height:70px;
	width:100%;
	bottom:30px;
	background: url('/images/90_transparent_white.png'); 
	dbackground-color:#ffffff;
	text-align:center;
	
	border-top:3px solid #333333;
	border-bottom:3px solid #333333;
	position:absolute;
}
#contentframe{
	text-align:center;
	width:400px;
	margin:0px auto;
}

#messages{
	margin:0px auto;
	height:70px;
	width:100%;
	bottom:95px;
	background-color:#333333;
	text-align:center;
	
	border-top:3px solid #333333;
	border-bottom:3px solid #333333;
	position:absolute;
}
#messagesframe{
	text-align:center;
	width:800px;
	margin:0px auto;
}


/*Supersize Plugin Styles*/
#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
}
#supersize .activeslide, #supersize .activeslide img{
	display:inline;
}
