/* @override http://quotemusic.net/css/homepage.css */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body {
	background-color:  grey;
}

div#homepage {
	margin: 40px auto;
	width: 800px;
	height:  550px;
	background:  url(../images/new/hpbg.jpg);
}

div#homepage ul#navigation {
	list-style-type:  none;
	display:  block;
	width:  800px;
	height:  550px;
}

div#homepage ul.about {
	background:  url(../images/new/ro_about_the_project.png);
}

div#homepage ul.tour_dates {
	background:  url(../images/new/ro_music_events.png);
}

div#homepage ul.storefront {
	background:  url(../images/new/ro_store.png);
}

div#homepage ul.links {
	background:  url(../images/new/ro_artists_authors.png);
}

div#homepage ul.blog {
	background:  url(../images/new/ro_news.png);
}

div#homepage ul.collaborative {
	background:  url(../images/new/ro_quote_collab.png);
}

div#homepage a#about {
	position:  relative;
	width:  130px;
	height:  140px;
	top:  60px;
	left:  70px;
	display:  block;
	text-indent:  -3000px;
}

div#homepage a#tour_dates {
	position:  relative;
	width: 130px;
	height:  140px;
	top:  90px;
	left: 200px;
	display:  block;
	text-indent:  -3000px;
}

div#homepage a#storefront {
	position:  relative;
	width: 80px;
	height:  140px;
	top:  -30px;
	left: 720px;
	display:  block;
	text-indent:  -3000px;
}

div#homepage a#links {
	position:  relative;
	width: 80px;
	height:  140px;
	top:  -70px;
	left: 620px;
	display:  block;
	text-indent:  -3000px;
}

div#homepage a#blog {
	position:  relative;
	width: 170px;
	height:  100px;
	top:  -410px;
	left: 460px;
	display:  block;
	text-indent:  -3000px;
}

div#homepage a#collaborative {
	position:  relative;
	width: 80px;
	height:  140px;
	top:  -350px;
	left: 450px;
	display:  block;
	text-indent:  -3000px;
}
