/* ------------------------------------------------------------------------- */
/* global.css                                                                */
/* ------------------------------------------------------------------------- */

/* STRUCTURE */
html {
	color: #fff;
	background: #4b4c49 url(/bg.jpg) top center;
}

body {
	min-width: 640px;
}

#main_container {
	width: 100%;
	min-width: 640px;
/*	_height: 1%;*/
	margin: 0 auto;
	overflow: hidden;
	line-height: 0;
}

#header_container {
	clear: both;
	line-height: 0;
	text-align: center;
	overflow: hidden;
	background: url(/bg-mid.jpg) top center repeat-x;
	height: 480px;
}

#header_container:after, #main_container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main_container {
	clear: both;
}

/* LINKS */
a {
	outline: 0;
}

a:link, a:active, a:visited {
	color: #c2421b;
	text-decoration: none;
}

a:hover, a:active:hover, a:visited:hover {
	color: #4b4c49;
	text-decoration: none;
}
