﻿* {
	margin: 0;
	padding: 0;
	border: none;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 14px;
	color: #fff;
	font-family: Tahoma, sans-serif;
}

#wrapper {
	height: 100%;
	height: auto !important;
	min-height: 100%;
	min-width: 100px;
	background: #012c59 url(Images/Index/bg_bottom.png) center bottom repeat-x;
}

#left-bar,
#right-bar {
	width: 16px;
	position: fixed;
	*position: absolute;
	top: 0;
	bottom: 0;
}

#left-bar {
	background: url(Images/Index/bg_left.gif) left top repeat-y;
	left: 0;
}

#right-bar {
	background: url(Images/Index/bg_right.gif) left top repeat-y;
	right: 0;
}

#middle {
	background: url(Images/Index/logo.gif) center 100px no-repeat;
	margin: 0 auto;
	padding: 0 0 70px;
	width: 800px;
	position: relative;
}

#middle.new-year {
	background: url(Images/Index/logo-new-year.gif) center 80px no-repeat;
}

#middle h1 {
	color: #ffd866;
	font-size: 20px;
}

#middle h1,
#middle p{
	text-align: center;
	margin: 0 70px 15px 0;
}

#middle .sep {
	padding-bottom: 25px !important;
	background: url(Images/Index/sep.png) center bottom no-repeat;
}

#middle p a {
	color: #FFF;
	font-weight: bold;
}

#buttons {
	width: 460px;
	margin: 0 auto;
	padding-right: 70px;
}

#footer {
	height: 30px;
	margin: -60px 16px 0;
	padding: 15px 20px;
	background: #00254f;
	color: #7192bf;
	font-size: 10px;
	position: relative;
}
#footer p {
	margin: 0;
	text-align: center;
}

#tree {
	position: absolute;
	top: -79px;
	left: 100px;
	width: 63px;
	height: 79px;
	background: url(../Images/Index/tree.png) 0 0 no-repeat;
}


.left {float: left;}
.right {float: right;}
.clear{clear: both;}

a.big-btn{
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	color: #FFF;
	font: bold 14px/45px Verdana;
	height: 45px;
	margin: 0 0 10px;
	text-align: center;
	text-decoration:none;
	width: 223px;
}
a.big-btn.blue{
	background-image: url(../Images/Index/btn-blue.png);
}
a.big-btn.disabled-btn{
	background-image: url(../Images/Index/btn-disabled.png);
	color: #AAA;
	cursor: default;
}
a.big-btn.dark-blue{
	background-image: url(../Images/Index/btn-dark-blue.png);
	width: 150px;
}
a.big-btn.dim-blue{
	background-image: url(../Images/Index/btn-dim-blue.png);
	width: 150px;
	cursor: default;
	color: #aaa;
}
a.big-btn.green{
	background-image: url(../Images/Index/btn-green.png);
	color:#00254F;
}
a.big-btn.yellow{
	background-image: url(../Images/Index/btn-yellow.png);
	color: #333;
}
a.big-btn.two-line{
	font: bold 14px/16px Verdana;
	padding: 6px 0;
	height: 33px;
}
a.big-btn.dark-red{
	background-image: url(../Images/Index/btn-red.png);
	width: 150px;
}
