@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#5e5e5f;
	background-color:#ececec;
	font-family:Segoe UI, Tahoma, Geneva, sans-serif;}
.top_line {
	width:100%;
	height:27px;
	background-image:url(line.png);
	background-repeat:repeat-x;
	background-position:top;
	position:relative;}
.container {
	width:100%;
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:230px;
	padding-top:80px;
}
.container_text {
	width:100%;
p	background-image:url(border.png);
	background-repeat:repeat-x;
	background-position:top;
	font-size:20px;}
h1 {
	font-weight:normal;
	font-size:36px;
	font-size:70px;
}
a {
	color:#0093c9;
	text-decoration:none;}
a:hover, a:visited, a:active, a:focus{
	text-decoration:underline;}
span{
	color:#0093c9;}
