/* main */

html {
	margin: 0;
	padding: 0;
}
	
body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;	
	line-height:18px;
	font-size:0px;
	color: #ffffff; 
	background: #ffffff url(bg.jpg) no-repeat top center; 
	text-decoration:none;
	margin: 0 auto; 
	padding: 0;
}

body a:link, a:active, a:visited{
	text-decoration:none;
	color:#49A0FF;
}

body a:hover{
	text-decoration:underline;
}

p{
	margin: 20px;
	padding: 0;
	font-size:12px;
}


ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	background: url(bullet.gif) left center no-repeat;
	padding-left: 7px;
	margin-bottom: 5px;
}



/* content divs */

#right { 
	margin: 0 auto; 
	

	float: right;
	
}


#container { 
	margin: 0 auto; 
	width:900px;
    background:url(header.jpg) #000000 no-repeat top center;
	position:relative;
	
}

#container2 { 
	margin: 0 auto; 
	width:900px;   
	position:relative;
	background-image:url(bodyspan.jpg);
	
	
}

#trackitem { 
	margin: auto;	
    background:url(track.jpg)  no-repeat top left;
	font-size:14px;
	position:relative;
	
}

#header{
	
	width:900px;
	height:144px;
}

#overmenu {
	
	background:url(over_menu.jpg) no-repeat top center;
	height:46px;
	overflow:hidden;
	position:absolute;
	top:144px;
	left:496px;
	width:306px;
}

#torrent {
	
	background:url(torrent.jpg) no-repeat top center;
	height:72px;
	overflow:hidden;
	position:absolute;
	top:190px;
	left:496px;
	width:306px;
}

#tracks {
	background:url(download_tracks.jpg) no-repeat top center;
	height:45px;
	overflow:hidden;
	position:absolute;
	top:262px;
	left:496px;
	width:306px;
}

#art {
	background:url(download_album_art.jpg) no-repeat top center;
	height:52px;
	overflow:hidden;
	position:absolute;
	top:307px;
	left:496px;
	width:306px;
}

#project {
	background:url(about_the_project.jpg) no-repeat top center;
	height:49px;
	overflow:hidden;
	position:absolute;
	top:359px;
	left:496px;
	width:306px;
}

#ocr {
	background:url(about_ocr.jpg) no-repeat top center;
	height:42px;
	overflow:hidden;
	position:absolute;
	top:408px;
	left:496px;
	width:306px;
}

#undermenu {
	background:url(under_menu.jpg) no-repeat top center;
	height:317px;
	overflow:hidden;
	position:absolute;
	top:450px;
	left:496px;
	width:306px;
}


#bodyspan{
	background-image:url(bodyspan.jpg);
	height:100%;
}

#coverart {
	
	background:url(mainart.jpg)  no-repeat top left;
	width:900px;
	height:622px;
	
	
}

#mainart {
	
	background:url(secondmain.jpg)  no-repeat top left;
	width:900px;
	height:622px;
	
}

#disk1header {
	
	padding:0px 40px 15px 40px;
	height:179px;
}

#disk2header {
	
	padding:0px 0px 15px 40px;
	height:200px;
}

#disk3header {
	
	padding:0px 0px 15px 40px;
	height:200px;
}

#disktext {
	
	padding:20px 0px 15px 104px;
	text-align: left;
	margin-left:30px;
	text-decoration:none;
	font-size:14px;
	color: #ffffff; 
	
}

#footer {
	background: url(footer.jpg) no-repeat top center;
	height: 269px;
	margin: 0 auto; 
	padding: 0;
	vertical-align: top
}


#credit {
	font-size:14px;
	color: #ffffff; 
	text-decoration:none;
}

#subcredit {
	font-size:12px;
	color: #ffffff; 
	text-decoration:none;
}