@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	text-align:center;
	color:#000;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:11px;
	background-color:#000;
	}
	
a {
	outline:none;
	color:#fff;
	text-decoration:none;
	border:none;
	}
	
img {
	border:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#container {
	margin:0 auto 0 auto;
	width:560px;
	}
	
.homeimg {
	margin:40px 0 0 0;
	}
	
#footer {
	position:absolute;
	bottom:0;
	left:0;
	height:140px;
	width:100%;
	margin:10px 0 10px 0;
	padding:0;
	background-color:#000;
	}
	
#nav {
	margin:0 auto 0 auto;
	width:560px;
	height:140px;
	}
	
.pixlink {
	margin:10px;
	height:120px;
	width:120px;
	background-color:#000;
	float:left;
	}
	
#about {
	background:url(_img/about.jpg)
	}
	
#words {
	background:url(_img/words.jpg)
	}
	
#media {
	background:url(_img/media.jpg)
	}
	
#links {
	background:url(_img/links.jpg)
	}
	
#about:hover {
	background:url(_img/about_x.jpg)
	}
	
#words:hover {
	background:url(_img/words_x.jpg)
	}
	
#media:hover {
	background:url(_img/media_x.jpg)
	}
	
#links:hover {
	background:url(_img/links_x.jpg)
	}
	
.hide {
	display:none;
	}