body {
	font-family: arial;
	font-size: 12px;
	color: #777777;
}

table {
     border:0px;
     border-collapse:collapse;
}

table td {
     padding:0px;
}

a {
	color: black;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.background {
	
	top:0px;
	left:0px;
	position: absolute;
	z-index:1;
	height:900px;
	width:100%;
}

.main {
	position: relative;
	margin: 40px auto 0;
	width: 404px;
	height: 358px;
}

.content {
	position: relative;
	margin: 40px auto 0;
	width: 600px;
}

.search {
	position: relative;
	margin: -2px auto 0;
	width: 45%;
	height: 35px;
}

.menu {
	position: relative;
	margin: 40px auto 0;
	width: 45%;
	text-align:center;
}

.menu_q {
	position: relative;
	margin: 40px auto 0;
	width: 600px;
}

.duration {
	float: right;
	color: #F55F527;
	padding: 2px 7px 0px 0px;
	font-size:10px;
}

.playimg {
	cursor:pointer;
	cursor:hand;
}

.line {
	position: absolute;
	border-top: dashed 1px #7B7B4F;
	width:400px;
	height:5px;
	z-index:1;
	margin-top:5px;
}

#lang-switch {
	position: absolute;
	bottom: 30px;
	left: 70px;
}
