@charset "UTF-8";

@import url("../styles/reset.css");
@import url("../styles/header.css");
@import url("../styles/content.css");
@import url("../styles/sidebar.css");
@import url("../styles/footer.css");

/* BODY Layout & Formating
----------------------------------------------- */
body {
	height: 100%;
	margin: 0;
	background: #acbfc5;
	color: #444;
	text-align: center;  /* ie */
	font-size: 13px; 
	font-family: helvetica, Arial, sans-serif;
}
a:link, a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: none;
}
a img {
	border-width: 0;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hide {
	display: none;
}

#bg {position:fixed; top:0; left:0; width:100%; height:100%; z-index: -12;}