body {
		background: url(images/background.jpg) repeat-x;
		}
		
#main {
		font-family: Arial;
		font-size: 16px;
		width: 1075px;
		height: 620px;
		}
		
#gray {
		position: absolute;
		top: 0px;
		left: 120px;
		}
		
h1 a {
		text-indent:-4000px;
		background: url(images/logo2.png) no-repeat top center;
		display: block;
		width: 342px;
		height: 103px;
		}
		
h1#float a {
		z-index: 10;
		position: absolute;
		top: 10px;
		left: 130px;
		border: none;
		}
h1#float a:link, h1#float a:visited, h1#float a:hover, h1#float a:active {
	color:black;
		}
#mnav {
		width: 734px;
		font-family: Arial;
		font-size: 36px;
		position: absolute;
		display: block;
		top: 80px;
		left: 240px;
		color: black;
		}

#mnav li {
		display: inline;
		padding: 25px;
		}

#mnav_portfolio a, #mnav_contact a, #mnav_about a {
			color: black;
			text-decoration: none;
			}


#mnav_portfolio a:hover {
			color: white;
			}

#mnav_contact a:hover {
			color: white;
			}

#mnav_about a:hover {
			color: white;
			}
					
#snav {
		width: 734px;
		font-family: Arial;
		font-size: 18px;
		position: absolute;
		display: inline;
		top: 133px;
		left: 310px;
		color: black;
		}
#snav li {
		list-style-type: none;
		}
		

#snav_music a, #snav_people a, #snav_travel a, #snav_fineart a {
			color: black;
			text-decoration: none;
			}

#snav_music a:hover {
		color: white;
		}

#snav_travel a:hover {
		color: white;
		}
		
#snav_fineart a:hover {
		color: white;
		}
		
#copyright {
			font-family: Arial;
			font-size: 14px;
			position: absolute;
			top: 745px;
			left: 475px;
			}

