@charset "utf-8";
/* CSS Document */
html, body {
margin: 0px;
height:100%;
width:100%;
} 

#spacer {
	background-color:#FFF;
	width:900px;
	height:100%;
		margin: 0 auto;		
		text-align: center;
}


#centercontainer {
	background-color:#FFF;
	text-align: center;
	width:900px;
	height:970px;
	margin: 0 auto;	
}
#bg {
	width:860px;
	height:610px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}
.header {
	width:900px;
	height:200px;
	text-align:center;
}
.menu {
	width:900px;
	background-image:url(images/bear0.png);
	background-position:left;
	background-repeat:no-repeat;
	height:120px;
	
}
.menuitem{
	width:144px;
	height:120px;
	display:inline;
	float:right;
}
.menuitem a {
	border:none;
}
	
.content {
	width:605px;
	height:605px;
	float:right;
	text-align:left;
}
.about {
	width:500px;
	height:605px;
	float:right;
	padding-left:50px;
	padding-right:50px;
	text-align:left;
}
.footer {
	width:900px;
	background-color:#FFF;
	height:100%;
}
			.thumbnails {
				zoom:1;
				width:225px;
				float:left;
				padding-top:3px;
				font-size:10px;
			}
			.thumbnails a {
				display:block;
				float:left;
				margin:5px;
				opacity:0.87;
				text-align:center;
			}
			.thumbnails a:hover {
				opacity:1;
					color:e24912;
			}
			.thumbnails a img {
				border:none;
				display:block;
			}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color:#e24912;
}
a:active {
	text-decoration: none;
	color: #000;
}
#friends1 {
	width:105px;
	float:left;
}
#friends1 a:hover {
	color:#e24912;
}
#friends2 {
	width:105px;
	float:right;
	padding-top:32px;
}
	
body {
	background-color: #C8CDC5;
}

