@import 'reset.css';

/* ------ structure -------------------------------------------------------- */

body {
	background: #43aef3 url(../images/bg.jpg) repeat-x;
	color: #8a8b8b;
	font: 14px Arial, Helvetica, sans-serif;
	}

#fit {
	margin: 0 auto;
	width: 940px;
	}

#header {
	text-align: center;
	color: #fff;
	padding: 30px 15px 0 0;
	height: 120px;
	}

#content {
	margin: 10px 0;
	background: #fff url(../images/bg-content.jpg) repeat-x;
	border: 8px solid #7abff1;
	padding: 10px 10px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	}

#footer {
	font: 11px Arial, sans-serif;
	color: #222;
	text-align: center;
	height: 132px;
	}
	
/* -- links ------------------------------------------------------------ */
a:link{color: #02bdff; text-decoration: underline;}
a:hover{color: #87bedd;}
a:active {color: #87bedd;}
a:visited {color: #87bedd;}

#footer a{color: #f2faff;}