@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.head {
	height: 235px;
	width: 800px;
	background-image: url(img/bghead.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	text-align: right;
}
.linkback {
	color: #000000;
}

.butom {
	text-align: right;
	margin-top: 100px;
}
.ur-link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	padding-top: 45px;
}
.master {
	height: 350px;
	width: 800px;
	border: 1px dashed #CCCCCC;
	background-image: url(img/master.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}
.footer {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
}

b {
	font-weight: normal;
}
