@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:inherit;
	background:#000;
	}
.clear{
	clear:both;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
#splash_bg{
	width:100%;
	height:100%;
	background:url(../images/bg.jpg) repeat;
	}
.splash_cont{
	width:790px;
	margin:0 auto;
	padding:0 0 36px;
	background:transparent url(./images/container.png) no-repeat scroll center 96%;
	}
.logo{
	width:276px;
	height:126px;
	margin:36px auto 0;
	padding:0;
	}
.logo a{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/logo.png) no-repeat;
	text-indent:-99999px;
	}
.splash_block{
	width:376px;
	margin:5px 0 0;
	padding:0;
	text-align:center;
	}
a.sport_btn{
	margin:0 auto;
	display:block;
	width:336px;
	height:46px;
	background:url(../images/sports_btn.png) no-repeat;
	text-indent:-999999px;
	}
a.life_style_btn{
	margin:0 auto;
	display:block;
	width:336px;
	height:46px;
	background:url(../images/life_style_btn.png) no-repeat;
	text-indent:-999999px;
	}
