/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* -------------------- MAIN ----------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

body {
	font-family			: Arial, Tahoma, Helvetica, sans-serif;
	font-size 			: 0.73em;
	font-weight			: 600;
	color 				: #fff;
	background-color	: #000;
	margin				: 0px;
}

* {
	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 {
	position	: relative;
	width		: 100%;
	height		: 600px;
}

#shortContent {
	width		: 100%;
	height		: 600px;
	text-align	: center;
}

#footer {
	width			: 960px;
	margin-left		: auto;
	margin-right	: auto;
}
