@charset "utf-8";

body, html {
	background-color: #FFF;
	height:100%;
    padding:0!important; 
    margin:0 !important;
}

img {
   border: 0;
   float: left;
}

a:focus { outline:none; }

/*BODY BORDERS*/

#top, #bottom, #left, #right {
	background: #000;
	position: fixed;
	z-index: 99;
	}
	
#left, #right {
	top: 0; bottom: 0;
	width: 20px;
	z-index: 99;
	}

#left { left: 0; }
#right { right: 0; }
		
#top, #bottom {
	left: 0; right: 0;
	height: 20px;
	z-index: 99;
	}
	
#top { top: 0; }
#bottom { bottom: 0; }

/*CONTENT*/

.fg {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: 2;
	width: 960px;
	height: 2174px;
	left: 50%;
	margin-left: -480px;
	background-image: url(../img/design_manifesto/bg.gif);
	background-repeat: repeat;
}

.content_960 {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	width: 960px;
	height: 100%;
	left: 50%;
	margin-left: -480px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}