body {background:black;
	color:white}

a{
	text-decoration:none;
	}

h1 	{
	font-family:impact,arial;
	color:white;
	}

#menu ul {
	border:solid 1px black;
	position: relative;
	}

#menu li {
	float:left;
	background:red;
	position: relative;
	}

#menu li a {
	color:white
	}

ul {
	list-style:none;
	font-size:1.2em;
	}#content {
	background-image: url(/graphics/gigs_background.jpg);
	background-repeat:no-repeat;
	height:641px;
	width:436px;
	padding-top:10px;
	padding-right:30px;
	text-align:right;
	font-family:impact,arial;

	}


#content a{
	color:white;
	}

#content a:hover{
	text-decoration:underline
	}