/* BODY */
body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
}

#nav
{
	position: absolute;
	top: 30px;
}

p, h1, h2
{
	font-family: tahoma, verdana, arial, sans-serif;
	color: white;
}

h1
{
	font-size: 1.25em;
}


h2
{
	font-size: 1.0em;
}

#gigold
{
	position: absolute;
	top: 100px;
	width: 500px;
	margin-left: 10px;
}

#gigold h2, #homepic h2
{
	text-align: center;
}

#gignew
{
	position: absolute;
	top: 80px;
	width: 260px;
	margin-left: 540px;
}

#homepic
{
	position: absolute;
	top: 75px;
	width: 707px;
	margin-left: 0px;
}

#musicpic
{
	position: absolute;
	top: 75px;
	width: 500px;
	margin-left: 83px;
}

#tracks
{
	position: absolute;
	top: 95px;
	width: 170px;
	margin-left: 540px;
}

#bottom
{
	position: absolute;
	bottom: 20px;
	width: 707px;
}

#bottom p
{
	text-align: center;
}

/* TEXT ROLLOVER */
a:link
{
	color: white;
	background-color: transparent;
	text-decoration: none;
}
a:visited
{
	color: silver;
	background-color: transparent;
	text-decoration: none;
}
a:hover 
{
	color: fuchsia;
	background-color: transparent;
	text-decoration: bold;
}

/* IMAGES */
a img
{
	border: none;
}

