*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	background: #000000;
	text-align: right;
	color: #CC6600;
	font-size: 13px;
	height: 100px;
	font-family: "Euphemia UCAS", Arial;
	right: 100px;
}


#index
{ 
	background-image: url(../pic/MainPicture.jpg); 
	background-repeat: no-repeat; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 854px; 
	height: 694px; 
	margin-left: -400px; 
	margin-top: -320px; 
}


#language
{
	margin-top: 610px;
	margin-left: 75px;
}


#contact
{
	width: 300px;
	height: 50px;
	position: absolute;
	background-color: #000000;
	left: 500px;
	top: 585px;
}


#title
{
	width: 350px;
	height: 50px;
	position: absolute;
	background-color: #000000;
	left: 450px;
	top: 50px;
}


#menu
{
	width: 350px;
	height: 20px;
	position: absolute;
	background-color: #000000;
	left: 450px;
	top: 120px;
}


#content
{
	width: 400px;
	height: 400px;
	position: absolute;
	text-align: left;
	line-height: 16px;
	background-color: #000000;
	left: 400px;
	top: 170px;
}


.title
{
	color: #FF9900;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.content 
{
font-size: 13px;
color: #FF9900
}

.content2 
{
font-size: 12px;
color: #FF9900;
}

.content3 
{
font-size: 11px;
}

.titleMain 
{
	font-size: 24px;
	color: #FFCC00;
}


.titleSub 
{
font-size: 16px; 
color: #FFCC00; 
}

.contact 
{
	font-size: 13px;
	color: #FFCC00;
}