@charset "utf-8";
html {
	height:100%;
	margin:0px;
	padding:0px;
	background:url(../img/bg_all_tile.jpg) top center;
	background-color:#626262;
	overflow:hidden;
}
body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	line-height:1.5em;
}
img {
	border:0px;
}
a {
	text-decoration:none;
	color:#8ed700;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
p { 
	margin:0px;
}
#main {
	/*max-width:1280px;*/
	background:url(../img/bg_top.jpg) no-repeat top center;
	/*border:1px solid #000;*/
}
.lefttile {
	background:url(../img/bg_x_tile.jpg) repeat-x top right;
}
.righttile {
	background:url(../img/bg_x_tile.jpg) repeat-x top left;
}
#content {
	width:900px;
	margin:auto;
	margin-bottom:60px;
	padding:65px 0px 65px 0px;
	border:2px solid #cccccc;
	-moz-border-radius:40px;
    -webkit-border-radius:40px;
    border-radius:40px;
	background-image:url(../img/black_tile.png);
}
.footer {
	background-color:#fff;
	height:155px;
}