body {
	background-image: url(../_img/bg.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #5C5959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	outline: none;
}
#sw_w {
	text-align: left;
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#sw_w #sw_h {
	background-image: url(../_img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	clear: both;
	float: left;
	height: 240px;
	width: 770px;
}
#sw_w #sw_h #header_top {
	height: 240px;
	width: 770px;
}

#sw_w #sw_h h1 {
	display: none;
}
#sw_w #sw_h ul {
	display: none;
}

#sw_w #sw_c {
	background-color: #000000;
	background-image: url(../_img/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	clear: both;
	float: left;
	width: 770px;
	padding-bottom: 50px;
}
#red_box h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
#red_box a {
	color: #FFFFFF;
}


#sw_w #sw_f {
	display: inline;
	clear: both;
	float: left;
	width: 770px;
	background-color: #000000;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
#sw_w #sw_f a {
	color: #FFFFFF;
}

#red_box {
	background-color: #990000;
	padding: 20px;
	width: 546px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FFFFFF;
	filter: alpha(opacity=80); /* internet explorer */

	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
