/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

/*		*{
			margin:0;
			padding:0;
			font:60px "Gotham Black", Arial, sans-serif;
			color:#FFF;
		}*/
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
		}
		
		/*Supersize Plugin Styles*/
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			display:none;
		}
		#supersize .activeslide, #supersize .activeslide img{
			display:inline;
		}
		
		#wrapper {
			margin: 0px auto;
			height:500px;
			top:0%;
			position: absolute;
		}