body{
	margin: 0px;
	padding: 0px;
	background: black url('images/splash_bg.jpg') no-repeat fixed bottom left;
	list-style-type: none;
}

a, a:visited, a:hover, a:focus {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	border: none;
}

img {
border: none;
}

#header{
	padding-top: 20px;
	text-align: center;
}
#header p
{
	text-align: center;
	color: #bd343f;
	font-size: 20pt;
	font-family: verdana, arial, sherif;
	position: relative;
	top: -37px;
	font-variant: small-caps;
}
#langbar
{
	width: 24px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	background: url('images/langbar_bg.png');
}

#menu {
	background: url('images/splash_menu_bg.png') no-repeat;
	height: 310px;
	width: 214px;
	text-align: center;
	font-size: 28pt;
	font-family: verdana, arial, sherif;
	font-variant: small-caps;
	position: absolute;
	line-height: 75px;
	right: 10%;
	top: 25%;
}
#menu a
{
	color: #bd343f;
}
#menu a:hover
{
	color: #bb6c72;
}

#enter{
	background: url('images/splash_enter_bg.png') no-repeat;
	height: 110px;
	width: 347px;
	position: absolute;
	top: 75%;
	margin-top: -55px;
	left: 60%;
}
#intro {
	color: #ff003a;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	width: 400px;
	position: absolute;
	right: 3%;
	bottom: 3%;
	text-align: center;
}
#main {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 290px;
	height: 90px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 40pt;
	padding-top: 10px;
	padding-left: 5px;
	margin-left: 0px;
	background: url('images/splash_enter.png') no-repeat;
}
#main:hover {
	background: url('images/splash_enter_hover.png') no-repeat;
}
#main img {
position: absolute;
top: 16px;
right: 10px;
}
#lang a{
	position: relative;
	display: list-item;
	margin-left: 313px;
	margin-top: 2px;
	top: 10px;
}

