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


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 40px;
	background: #ffffff;

}
#content {
	width: 700px;
	height: 400px;
	margin: 200px auto auto auto;
}
img {
	 border: 0;
}
a   {
	outline: none;
 }
#nav ul {
	width: 640px;
	height: 105px;
	list-style: none;
	margin: 146px 0px 148px 0px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-size: 10px;
	display: block;
	float: left;
	text-indent: -3000px;
	}



#nav ul li#design a {
	width: 250px;
	height: 70px;
	display: block;
	background: transparent url('design.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;

}

#nav ul li#logo a {
	width: 72px;
	height: 75px;
	display: block;
	background: transparent url('logo.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 5px 15px 0px 25px;
	float: left;

}

#nav ul li#photo a {
	width: 250px;
	height: 63px;
	display: block;
	background: transparent url('photo.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;
}

#copyright {
	position: relative;
	display: block;
	text-align: center;
	color: #CCCCCC;
	font-size: 10px;
	margin-top: 200px;
	}
