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

body {
	background-image: url(/images/background-tile.png);
	background-position: top left;
	background-repeat: repeat;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#background-head {
	background-image: url(/images/background-head.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 648px;
}

#wrapper {
	background-image: url(/images/background-main.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 648px;
	left: 50%;
	margin-left: -420px;
	position: absolute;
	width: 840px;
}

#content {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 260px;
	padding-bottom: 20px;
}

#head-bar {
	height: 50px;
}

#col_l {
	float: left;
	padding-top: 10px;
	width: 561px;
}

#col_r {
	float: left;
	padding-top: 40px;
	width: 199px;
}

.main {
	padding-left: 10px;
	padding-right: 10px;
}

a {
	color: #FF0099;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0;
	behavior: url("/js/pngbehavior.htc");
	vertical-align: bottom;
}