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

html, body {
	height: 100%;
}

body, table, tr, th, td, div, img, form {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
table {
	border-collapse: collapse;
}

body {
	background-color: black;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #66224f;
	background-image: url(/img/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

a {
	color: white;
}
a:hover {
	color: white;
}

table.w100 {
	width: 100%;
}
table.h100 {
	height: 100%;
}
.clear {
	clear: both;
}
.ph {
	cursor: pointer;
	cursor: hand;
}

#logo {
	height: 100%;
	width: 100%;
	background-image: url(/img/logo.png);
	background-position: center;
	background-repeat: no-repeat;
}

div.lang {
	position: absolute;
	top: 50px;
	left: 40px;
	font-size: 14px;
}
div.lang li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.lang li a {
	display: block;
	height: 20px;
	width: 35px;
	padding-top: 1px;
	text-align: center;
}
div.lang li a.sel {
	background-color: #c000ff;
	text-decoration: none;
}
div.lang ul {
	margin: 0;
	padding: 0;
}
div.main_menu {
	padding: 50px 100px;
	font-size: 22px;
}
div.main_menu table {
	width: 100%;
}
div.main_menu table td {
	width: 24%;
	text-align: center;
}
div.main_menu table td.f {
	text-align: right;
	width: 4%;
	font-size: 60px;
}

div.copy {
	/*position: absolute;
	bottom: 45px;
	left: 250px;*/
	padding: 15px 0px 45px 250px;
}
div.made_by {
	/*position: absolute;
	bottom: 45px;
	right: 250px;*/
	float: right;
	padding: 15px 250px 45px 0px;
}
div.made_by a {
	color: #66224f;
}


#center {
	width: 990px;
	margin: 130px auto 60px auto;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
#loading img {
	position: relative;
	top: -51px;
	left: -39px;
}


div.menu_f {
	position: absolute;
}