/* (c)2007 by ideal work ltd. */
html,body {
	background:#979797;
	position:absolute;
	margin:0px;
	height:100%;
	width:100%;
	font-family:tahoma;
	font-size:11px;
	color:#777777;
}
a:hover {
	color:#2bb1b7;
	text-decoration:none;
}
a:active,a:link,a:visited {
	color:#2bb1b7;
}
div#back {
	position:absolute;
	width:683px;
	left:50%;
	margin-left:-342px;
	background:url(../gfx/back.jpg);
}
div#head {
	width:683px;
	height:87px;
	background:url(../gfx/head.jpg);
}
div#foot {
	width:683px;
	height:86px;
	background:url(../gfx/foot.jpg);
}
div#over_head {
	text-align:right;
	position:relative;
	width:400px;
	padding:36px 0 0 256px;
}
div#logo {
	position:absolute;
	left:50%;
	margin:22px 0 0 -310px;
	width:202px;
	height:47px;
	background:url(../gfx/logo_handyhits.jpg);
	z-index:1;
}
div#head_line {
	position:absolute;
	left:50%;
	margin:54px 0 0 -95px;
	width:410px;
	height:1px;
	border-top:1px solid #dddddd;
	z-index:1;
}
div#header {
	width:683px;
	height:256px;
	background:url(../gfx/header.jpg);
	margin:0;
}
#menu {
	position:absolute;
	margin:20px 0 0 169px;
	padding:0;
	left:50%;
}
#menu ul, #menu li {
	padding:10px 0 11px 20px;
	list-style:none;
}
#menu a:link, #menu a:visited {
	font-size:11px;
	padding:10px 200px 10px 10px;
	text-decoration:none;
	color:#ffffff;
	margin:0;
	background:url(../gfx/backline.jpg) no-repeat 0% 1px;
}
#menu a:link#current, #menu a:visited#current, #menu a:hover {
	padding:10px 200px 10px 10px;
	font-weight:bold;
	color:#ffffff;
	background:url(../gfx/selected.jpg) no-repeat 0% 1px;
}
div#content_line {
	width:629px;
	height:1px;
	border-top:1px solid #dddddd;
	margin:15px 0 0 27px;
}
div#content {
	width:629px;
	margin:10px 27px -15px 27px;
}
div#footer {
	position:relative;
	top:31px;
	width:629px;
	height:20px;
	border-top:1px solid #dddddd;
	margin:0 0 0 27px;
	padding:8px 0 0 0;
}
div#rights {
	text-align:right;
	position:relative;
	width:350px;
	margin:-13px 0 0 281px;
}
