/* ---- GENERAL STYLES ----- */
html {
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	font-family: Tahoma, "Times New Roman", Times, serif;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #d3d0c6;
}

a {
	outline: 0 !important;
	outline-style: none !important;
}

div#main {
	width: 858px;
	margin: auto;
}

div#main_wrapper {
	width: 838px;
	float: left;
	padding: 0 10px 0 10px;
	background-image: url(../images/main_body_bg.jpg);
	background-repeat: repeat-y;
}