body {
	background-color: #fff;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

#custom-doc {
	margin: 0 auto;
	text-align: left;
	width: 802px;
	height: 599px;
}

/*---------------------------------------------
index.html
---------------------------------------------*/

body#index #custom-doc {
	background-image: url(../img/index_back.jpg); 
}

body#index #nav {
	position: relative;
	top: 119px;
	left: 17px;
}

body#index #content {
	position: relative;
	top: 146px;
	left: 23px;
	height: 340px;
	width: 378px;
	border: none;
}

/*---------------------------------------------
menu.html
---------------------------------------------*/

body#menu #custom-doc {
	background-image: url(../img/menu_back.jpg);
}

body#menu #nav {
	position: relative;
	top: 80px;
	left: 17px;
}

body#menu #content {
	position: relative;
	top: 90px;
	left: 14px;
	height: 390px;
	width: 336px;
	border: none;
}

/*---------------------------------------------
music.html
---------------------------------------------*/

body#music #custom-doc {
	background-image: url(../img/music_back.jpg);
}

body#music #nav {
	position: relative;
	top: 80px;
	left: 17px;
}

body#music #content {
	position: relative;
	top: 120px;
	left: 23px;
	height: 390px;
	width: 400px;
	border: none;
}

/*---------------------------------------------
info.html
---------------------------------------------*/

body#info #custom-doc {
	background-image: url(../img/info_back.jpg);
}

body#info #nav {
	position: relative;
	top: 80px;
	left: 17px;
}

body#info #content {
	position: relative;
	top: 80px;
	left: 23px;
	height: 160px;
	width: 300px;
	border: none;
}