@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'eurostileltstdex2';
	src: url('eurostileltstdex2.eot');
	src: url('eurostileltstdex2.woff') format('woff'), url('eurostileltstdex2.ttf') format('truetype'), url('eurostileltstdex2.svg') format('svg');
}

body
{
	/*font-family:eurostileltstdex2, Verdana, Geneva, sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background:#707070;
	color:#fff;
	margin:0;
}

#container
{
	width:1110px;
	min-height:1000px;
	background:#0e0e0e;
	text-align:center;
	margin:0;
	padding:0;
}

a
{
	outline:none;
	text-decoration:underline;
	color:#ffffff;
}

a:hover
{
	color:#590051;
}

a img{
	border:none;
}

#logo
{
	padding:10px;
	text-align:left;
	background-color: #000000;
}

#header
{
	width:1110px;
	text-align:left;
	margin:0;
	padding:0;
}

#header_banner
{
	background:url(images/header_bg.png) no-repeat;
	width:1110px;
	height:350px;
}

#navi
{
	text-align:right;
	width:1110px;
	height:80px;
	background:url(images/navi_bg.png) no-repeat;
}

#content
{
	padding:20px 50px 0 50px;
}


/* HOVER STYLES */
div.popup {
	display: none;
	position: absolute;
}

.pointer
{
	text-decoration:underline;
}
.pointer:hover
{
	cursor:pointer;
}