body{
margin:0;
padding:0;
background-color:#FDFDFD;
}

*{
margin:0;
padding:0;
}


#wrapper{
width:960px;
margin:0 auto;
}.nav li {
	float: left;
	list-style-type: none;
	padding: 0 55px;
}

.nav li #myspace-btn {
	background-image: url(../images/myspace-btn.png);
	background-repeat: no-repeat;
	text-indent: -999999px;
	display: block;
	height: 45px;
	width: 241px;
}

.nav li #blog-btn {
	background-image: url(../images/blog-btn.png);
	background-repeat: no-repeat;
	text-indent: -999999px;
	display: block;
	height: 45px;
	width: 145px;
}


.nav li #contact-btn {
	background-image: url(../images/contact-btn.png);
	background-repeat: no-repeat;
	text-indent: -999999px;
	display: block;
	height: 45px;
	width: 233px;
}




.nav {
	list-style-type: none;
	margin-top: 15px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	outline:none;
}



