/* CSS Document */
body {
	text-align: center;	
	 }

#top{
	width:936px;
	height:121px;	
	background:url(../images/top.jpg);	
	margin-right:43px;
}
#name{
	width:125px;
	height:49px;
	background:url(../images/name.jpg);
	float: left;
	margin-top: 35px;
	margin-left: 45px;	
}
#wellcome{
	width:259px;
	height:23px;
	background:url(../images/wellcome.jpg);
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	
}
#nav{
	width:658px;
	height:46px;
	background:url(../images/nav.jpg) no-repeat;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	} 

#foot{
		width:936px;
		height:139px;
		float:left;
	 }
a {	text-decoration: none; color:#333 }

