/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* -------------------- GENERAL -------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

body {
	font-family			: Tahoma, Arial, Helvetica, sans-serif;
	font-size 			: 0.8em;
	color 				: #fff;
	background-color	: #000;
}

* {
	line-height	: 1.3em;
}

a {
	text-decoration		: none;
}

a:hover {
	text-decoration		: underline;
}

a:link {
	color	: transparent;
}

a:active {
	color	: transparent;
}

a:visited {
	color	: transparent;
}

img {
	border				: 0px;	
}

.rollover {
	position	: relative;
}

.rollover_on {
	display		: none;
	position	: absolute;
	top			: 0px;
	left		: 0px;
}

.back_button {
	background	: url('../pictures/global/bu_back.png') no-repeat center center;
	display		: block;
	width		: 80px;
	height		: 26px;
	
}
	
#page {
	width				: 960px;
	margin-left			: auto;
	margin-right		: auto;
}

#content {
	width		: 100%;
	min-height	: 513px;
}

#home {
	list-style	: none;
	margin		: 0px;
	padding		: 0px;
	z-index		: -1;
}
