* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
	line-height: 1.8em;
	background: url(images/enter_tile.gif) repeat-y center;
	min-width: 910px;
}
img {
	border: none;
}

/*--------------------------------------------------------------------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #067DA2;
}
a:hover {
	color: #E76E1D
}

/*--------------------------------------------------------------------------------------------------------------------------*/

#content {
	background:  url(images/enter_bg.jpg) no-repeat center top;
	min-height: 600px;
	text-align: center;
}
#logo {
	margin-bottom: 8em;
}

#lang {
	width: 230px;
	margin: 0 auto;
}
#lang ul {
	list-style: none;
}
#lang li {
	padding: 1em 0;
}
#lang img {
	cursor: pointer;
}

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: center;
	width: 250px;
	margin: 10em auto 0;
	height: 150px;
}
#footer p {
	padding: 0 4em;
}

#vip a {
	display: block;
	margin: 1em auto 0;
	background: url(images/vipe.gif) no-repeat center top;
	width: 240px;
	height: 25px;
	padding-top: 25px;
	overflow: hidden;
	cursor: pointer;
}
#vip a:hover {
	background-image: url(images/vipe_up.gif);
}

