@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/bk.jpg) no-repeat center center fixed;
	
	min-width:100%;
	min-height:100%;
}


#container
{
	width:1060px;
	min-height:700px;
	margin: 50px auto 50px auto;
	padding: 0px 0px 0px 0px;
	color:#B05A43;
}
#content
{
float:left;
width:640px;
min-height:530px;
background:#FFF;	
padding: 30px;
color:#000;
}

#space
{
height:660px;
width:20px;
float:left;
}

#list-menu {
	float:left;
width: 200px;
margin:0;
padding:0;
/* this width value is also effected by
the padding we will later set on the links.	*/
}

#artTrack {		
	height:420px;
	width: 640px;
}

#art {
	float: left;
	height: 400px;
	width: 400px;
}

#track {
	float: right;
	height: 500px;
	width: 200px;
}

#list-album {
background-color:#ededed;
width: 125px;
float:left;
padding:0px 5px 0px 5px;
 this width value is also effected by
the padding we will later set on the links.	

}

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

#list-album li {
margin: 0;
padding: 0 0 5px 0;
}

#list-album a {
display: block;
width:125px;
height:125px;
padding: 0px 0px 0px 0px;
border: 0px solid #000000;
background: #dcdcdc;
text-decoration: none;
}

#list-album a:link, #list-album a:active, #list-album a:visited {
color: #000000;
}

#list-album a:hover {
border: 0px solid #000000;
background:#999;
color: #ffffff;
}
