body {
	margin:0px;
	background:#ffffff url(bg_main.jpg) repeat-x;
	font-family:trebuchet ms,tahoma;
}

#line_left {
	width:5px;
	background:transparent url(bg_line_left.png) top right repeat-y;
}

#line_right {
	width:5px;
	background:transparent url(bg_line_right.png) top left repeat-y;
}

#main {
	width:880px;
	height:600px;
	
}

#main_upper {
	text-align:center;
	position:absolute;
	z-index:10;
	width:880px;
	height:600px;
	background:transparent url(bg_content.png) center center no-repeat;
}

#content {
	width:100%;
	padding-top:150px;
	padding-bottom:150px;
	padding-left:190px;
	padding-right:190px;
	height:100%;
	vertical-align:top;
}

#content_title {
	width:100%;
	vertical-align:top;
}

#title {
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
}

#subtitle {
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
}

#logo {
	text-align:center;
}

#separator_30 {
	height:30px;;
}

#separator_50 {
	height:50px;;
}

#separator_80 {
	height:80px;;
}

#separator_100 {
	height:100px;;
}

#separator_130 {
	height:130px;;
}

#info {
	width:100%;
	text-align:center;
	font-size:11px;
	color:#404040;
}

#extra_info {
	width:100%;
	text-align:center;
	font-size:11px;
	color:#000000;
	z-index:100;
	position:relative;
}

#extra_info a {
	text-decoration:none;
	cursor:hand;
	color:#2020d0;
}

#extra_info a:hover {
	cursor:hand;
	color:#8080ff;
}
