@charset "utf-8";
/* CSS Document */
html,*
{
	margin:0;
	padding:0;
}
body
{
	background:url(new_site_created.jpg) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	width:100%;
	height:100%;
}
.wrapper
{
	margin:0;
	padding:0;
}
.top
{
	margin:13% 22% 3% 26%;
	font-size:45px;
	color:#FFF;
}
.top_down
{
	margin-left:35%;
	font-size:18px;
	color:#2C5281;
	font-style:italic;
}
.box
{
	background-color:#e2e2e1;
	border:2px solid #e2e2e1;
	border-radius:5px;
	box-shadow:0px 100px 170px 15px #6986a5;
	margin:2% 24% 3% 29%;
	width:40%;
	height:auto;
}
.copy_right
{
	font-style:italic;
	font-size:10px;
	margin-top:3%;
	color:gray;
	text-align:center;
	margin-bottom:2%;
}
.copy_right a
{
	color:gray;
	text-decoration:none;
}
.copy_right a:hover
{
	text-decoration:underline;
}

.box_in
{
	background-color:#f3f3f3;
	border:1px solid #f3f3f3;
	border-radius:5px;
	margin:6% 0 0 6%;
	width:88%;
	height:auto;
}
.site_name
{
	margin-top:15%;
	margin-bottom:15%;
	text-align:center;	
}
	

