*{
			margin:0;
			padding:0;
			color:#000;
		}
img{
			border:none;
		}
body {
			background-color: white;
			overflow:hidden;/*Needed to eliminate scrollbars*/
		}

		
#content{		
			text-align: center;
			margin:0 auto;
			width:20%;
			margin-left:0px;
			height:60px;
			margin-top: 0px;
			background-color: white;
			top:15%;
			left:0%;		
			position:absolute;
		}
form {
			background-color: white;

}
		
		/*	BODY BORDERS 
	------------ */
#top, #bottom, #left, #right {
	background: white;
	position: fixed;
	}
#left, #right {
		top: 0; bottom: 0;
		width: 10px;
		}
#left { left: 0; }
#right { right: 0; }

#top, #bottom {
		left: 0; right: 0;
		height: 10px;
		}
#top { top: 0; }
#bottom { bottom: 0; }
		
	
		/*Supersize Plugin Styles*/
#supersize img, #supersize a{
			height:100%;
			width:100%;
			display:none;
		}
#supersize .activeslide, #supersize .activeslide img{
			display:inline;
		}
