* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.header {
	background-image: url(../img/head_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	align: center;
}

.menu {
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 47px;
	width: 100%;
	align: center;
}

.contents {
	background-image: url(../img/contents_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	align: center;
}

.footer {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	height: 180px;
	align: center;
	color: white;
}

.footer a {
	color: white;
}

.system {
	padding: 10px;
}

