@font-face {
font-family: 'Comicsan';
src: url('comic-webfont.eot'); 
src: url('comic-webfont.eot?#iefix') format('embedded-opentype'),  
	url('comic-webfont.woff') format('woff'),  
	url('comic-webfont.ttf') format('truetype'),  
	url('comic-webfont.svg#Stratum') format('svg'); 
font-weight: normal;
font-style: normal;
}

html {
	font-family:Comicsan;
	font-size:12pt;
}

a {
	text-decoration:none;
	color:#766967;
}

#maininfo {
	display: block;
	width: 420px;
	position:relative;
	top: 300px;
	text-align:center;
}

#grayarea {
	display: block;
	width: 520px;
	height: 140px;
	margin-top: 1px;
	background-color: #414142;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}

#centerblocks {
	margin:0 auto;
}

#col1 {
	float: left;
	width: 170px;
	margin-left: 60px;
}

#col2 {
	float: right;
	width: 170px;
	margin-right: 70px;
}

.boxes {
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	width: 170px;
	border:1px solid #ffffff;
	font-size:9pt;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.boxes a {
	color: #ffffff;
	text-decoration: none;
}

.main-link {
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	color: #414142;
}

#mainlogo {
	position:relative;
	top: -20px;
	left: 204px;
}

#like {
	position:relative;
	top: 0;
	left: 20px;
}


#mainblock {
	display:block;
	width:512px;
	height:741px;
	background:url(back.jpg) top left no-repeat;
}

#wrap {
	width: 980px;
	margin: 0 auto;
}

#content {
	width: 100%;
	overflow:hidden;
}



