/* Website template by freewebsitetemplates.com */
/*------------------------- Layout styles ------------------------*/ 



#page{
	font-family: Arial;
	font-size: 13px;
	margin: 0;
	min-width: 1000px;
	padding: 0;
}

/*------------------------- Font ------------------------*/ 
@font-face {
    font-family: 'RokkittRegular';
    src: url('rokkitt-regular-webfont.eot');
    src: url('rokkitt-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('rokkitt-regular-webfont.woff') format('woff'),
         url('rokkitt-regular-webfont.ttf') format('truetype'),
         url('rokkitt-regular-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


#body  {

}

#sidel {
	background: url(/images/side-l.png) no-repeat top;
	position: relative;
	display: block;
	float: left;
	top: 0px;
	width: 200px;
	height: 2000px;
}

#sider {
	background: url(/images/side-r.png) no-repeat top;
	position: relative;
	display: block;
	float: right;
	top: 0px;
	width: 216px;
	height: 2000px;
}

#bottom-footer {
	background: url(/images/bottom-hl.png) no-repeat center;
	position: static;
	left: 0px;
	bottom: 0px;
	width: auto;
	height: 264px;

}