html
{
	width: 100%;
	height: 100%;
}

body 
{
	font-family: Verdana;
	font-size: 10px;
	background: #000;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}

a
{
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	border: 0px;
}

a img

{
	border: 0px;
}

#wk
{
	background: #000 url(../img/wk.png);
	position: relative;
	width: 452px;
	height: 306px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}


#artists
{
	position: relative;
	top: 0px;
	right: 160px;
	height: 50px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

#info
{
	position: relative;
	top: -50px;
	left: 0px;
	height: 50px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

#contact
{
	position: relative;
	top: -100px;
	left: 170px;
	height: 50px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

#bgboard
{
	position: relative;
	background: url(../img/bgboard.png);
	width: 610px;
	height: 387px;
	top: -100px;
	margin-left: auto;
	margin-right: auto;	
}

#content
{
	font-family: Tahoma;
	font-size: 10px;
	color: #000;
	width: 400px;
	height: 250px;
	overflow: auto; 
	padding: 5px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	top: -410px;
	position: relative;
}