@charset "UTF-8";

@font-face {
	font-family: 'Conv_Flama';
	src: url('fonts/Flama.eot');
	src: url('fonts/Flama.woff') format('woff'), url('fonts/Flama.ttf') format('truetype'), url('fonts/Flama.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_FlamaCondensed-Bold';
	src: url('fonts/FlamaCondensed-Bold.eot');
	src: url('fonts/FlamaCondensed-Bold.woff') format('woff'), url('fonts/FlamaCondensed-Bold.ttf') format('truetype'), url('fonts/FlamaCondensed-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.menu1 {
	position: absolute;
	width:170px;
	height:170px;
	top: 0px;
	bottom:0px;
	border: 0;
	left: 50%;
	float:right;
	overflow:hidden;
	margin-top: 0px;
	margin-bottom:0px; /* Half the height */
	margin-left: -390px; /* Half the width */
	z-index:111;
}


.menu2 {
	position: absolute;
	width:540px;
	height: 170px;
	top: 0px;
	bottom:0px;
	border: 0; 
	left: 50%;
	float:right;	
	overflow:hidden;
	margin-top: 0px;
	margin-bottom:0px; /* Half the height */
	margin-left: -150px; /* Half the width */
	z-index:999;
}


.menu3 {
	font-family: 'Conv_Flama', 'Arial Narrow', Arial, sans-serif;
	font-size: 15px;
	text-align: center;	
	line-height: 35px;
	color:#FFF;
	position: absolute;
	width:170px;
	height: 30px;
	top: 200px;
	bottom:0px;
	border: 0;
	left: 50%;
	float:right;
	overflow:hidden;
	margin-top: 0px;
	margin-bottom:0px; /* Half the height */
	margin-left: -390px; /* Half the width */
	z-index:999;
}

.menu3 a{
	text-decoration:none;
	color:#FFF;
}


.menu4 {
	font-family: 'Conv_Flama', 'Arial Narrow', Arial, sans-serif;
	font-size: 15px;
	text-align: center;	
	line-height: 35px;
	color:#FFF;
	position: absolute;
	width:170px;
	height: 30px;
	top: 200px;
	bottom:0px;
	border: 0;
	left: 50%;
	float:right;
	overflow:hidden;
	margin-top: 0px;
	margin-bottom:0px; /* Half the height */
	margin-left: -150px; /* Half the width */
	z-index:999;
}

.menu4 a{
	text-decoration:none;
	color:#FFF;
}