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

body {
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
}

#header {
margin-left: auto;
margin-right: auto;
width: 1010px;
height: 335px;
clear: both;
}

#header h1 span {
	visibility: hidden;
	}

#menu {
	background-color: none;
	text-align: left;
	width: 300px;
	height: 85px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
border: none;
	}
	
a {
	text-decoration: none;
	display: inline;
	width: 80px;
	height: 85px;
background-color: none;
border: none;
	}
	
ul, li {
	display: inline;
	float: left;
	text-align: left;
	}

#left {
	width: 250px;
	height: 310px;
	margin-align: left;
	float: left;
}
#album {
	background-image:url(pics/album_240x240.jpg);
	background-repeat: no-repeat;
	width: 240px;
	height: 240px;
}

#right {
	width: 755px;
	height: 335px;
	background-image:url(pics/sounds_745x325.jpg);
	background-repeat: no-repeat;
	float: right;
}

