@charset "utf-8";
/* CSS Document */
html{
	margin:0px;
	height:100%;
	padding:0px;
	color:#000;
	font-size:12px;
	font-family:"Trebuchet MS", sans-serif;
}

body{
	margin:0px;
	padding:0px;
	color:#000;
	background:url(../images/background.jpg) #000 center top no-repeat;
}

a, a:visited{
	color: #333;
	text-decoration:none;
}

a:hover{
	color: #961B1E;
	text-decoration:none;
}

input.inputgri, select.inputgri, textarea.inputgri {
	background: #e7e8e9;
	font-size: 12px;
	border: 1px solid #000000;
	padding: 3px;
	width:98%;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	color:#666666;
}

input.inputgri:focus, select.inputgri:focus , textarea.inputgri:focus {
	background: #ffffff;
}

input.submit{
	background: #e7e8e9;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #808080;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	color:#666666;
	padding: 3px;
	cursor:pointer;
}

/* ID */

#wrapper{
	text-align: center;
}

#contentWrapper{
	width: 490px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	margin-top:30px;
	padding: 0px;
}

#content{
	width:490px;
	height:650px;
	background-color:#fff;
}

#player{
	width:400px;
	height:230px;
	padding:15px;
	margin:0px 30px;
	background-color:#b3b3b3;
}

#lang{
	width:900px;
	padding:20px;
}

#header{
	width:790px;
	height:30px;
}

#menu{
	width:900px;
	height:30px;
	background:url(../images/header-border.jpg) repeat-y #fff;
}

#main{
	width:900px;
	padding:0px 0px 0px 0px;
	background:url(../images/back-grad.jpg) no-repeat top center #dddfe0;
}

#footer{
	width:900px;
	height:80px;
	background:url(../images/footer.jpg) no-repeat top left;
} 