@charset "utf-8";

html,body{
	height:100%;
	min-height:100%;
}

body{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	text-align:center;
	min-width:768px;
}

header div.header-area{
	padding:30px 0 10px;
}
header div.header-area h1{
	color:#000;
	font-size:200%;
	text-shadow:0px 0px 10px 10px #000;
}
.gatewey{margin-bottom:40px;}
.gatewey a{
	display:inline-block;
	background:#888;
	font-size:130%;
	padding:3px 50px 0px;
	border-radius:40px;
	margin:0 20px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	box-shadow:0px 0px 5px #000;
}
.gatewey a:hover{
	background:#ffda00;
	color:#000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	box-shadow:0px 0px 10px #000;
}
footer .spo_logos{
	background:url(../_images/sponsor_logo-bk.png) center top no-repeat;
	padding:30px 0;
}
footer div.spo_logos a img{
	width:180px;
	margin:auto 1.5%;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
	footer div.spo_logos a:hover img{
		filter: alpha(opacity=90);
		-moz-opacity:0.9;
		opacity:0.9;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

.copyright{
	display:block;
	text-align:center;
	color:#7a7a7a;
	max-width:1000px;
	font-size:80%;
	padding:10px 0;
	margin:auto;
}