@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 1028px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 135px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#wrapper  #nav {
	background-image: none;
	background-repeat: no-repeat;
	height: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #images {
	background-image: url(../images/body.png);
	background-repeat: repeat-y;
	height: 190px;
}


#wrapper #body {
	background-image: url(../images/body.png);
	background-repeat: repeat-y;
	height: auto;
}
#wrapper #footer {
	height: 90px;
	background-image: url(../images/footer.png);
}






a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
