body, html{
	margin:0;
	padding:0;

}


body {
	min-width:880px; /* Prevent content from becoming unreachable in Gecko */
	background-position: center; 
	background-repeat: no-repeat; 
	background-image: url(../images/background.jpg) ;
}


/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	height:100%;
}


/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
	z-index:-1;
}


div#header {
	height:100%;
	width:300px;
	margin:0 auto;
}

/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:0px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:0px;
}

/* set left margin for modern browsers */
body>div#middlewrap {
	margin:0px;
	padding:0px;
	margin-left:-60px;
}


div#middle {
	width:900px;
	padding:0px;
	margin:0 auto;
}




/* Styling rules to make this demo page look nice. */
		
		
		
body, html{
	font-family:century gothic,Verdana, serif;
	color:#000;
	background:#fff;
}
#header{
	text-align: center;
	background:#029BEF url("../images/centerBack.jpg");
	color:#eee;
}
h1{
	margin-top: 0;
}


#left{
	margin:0;
	text-align: left;
	width:300px;
	height: 100%;
	float:left;
}

#center{
	margin:0;
	text-align: center;
	width:300px;
	height: 100%;
	float:left;

}

#right{
	margin:0;
	text-align: right;
	width:300px;
	height: 100%;
	float:left;
}

 




#thumbnail, #thumbnail ul{
	margin: 0px;
	list-style: none;
	text-align:left;
}

#thumbnail li{
	width:280px;
}

#thumbnail a{
	padding: 5px;
	padding-bottom:0px;
	margin: 0px;
	display: block;
	background: #ccc;
}

#thumbnail a:hover{
	background: #3E78A8;
}