body,h1 {
    margin: 0;
}

.Copyright{
	color: #656565;
}

.Copyright:hover{
	color: #000;
}

.Copyright,.alt a,.menu {
    font-weight: 700;
}

.alt,.series {
    margin-top: 0;
}

#pointer,#tooltip {
    position: absolute;
    left: -300px;
    visibility: hidden;
}

body {
    font-family: arial;
    padding: 10px 50px;
    font-size: 14px;
    line-height: 1.5em;
    background: url(../img/bg.jpg) no-repeat top center fixed;
    background-size: cover;
}

.footer,.menu {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff700),to(#dfb428));
    background: -moz-linear-gradient(top,#09F,#05386b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09F', endColorstr='#05386b');
    width: 100%;
    height: 50px;
    border-top: 1px solid #122543;
}

.menu {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 3px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    color: #000000;
    text-shadow: #000 1px 0 1px;
}

h1 {
    color: #F38D02;
    padding: 0;
    font-size: 10px;
    white-space: pre-line;
}

.footer {
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    font-size: 11px;
}

a {
    color: #02c7f3;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.a1 {
    color: #000000;
    text-decoration: none;
}

.a1:hover {
    text-decoration: underline;
    color: #fff;
}

.alt,.alt:hover,.series {
    text-decoration: none;
}

.alt {
    background-image: -webkit-linear-gradient(top,#CCC #666);
    background-image: -moz-linear-gradient(top,#CCC,#666);
    background-image: -ms-linear-gradient(top,#CCC,#666);
    background-image: -o-linear-gradient(top,#CCC,#666);
    background-image: linear-gradient(to bottom,#CCC,#666);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    padding: 3px 9px 4px;
}

.alt:hover {
    background-image: -webkit-linear-gradient(top,#e72d2d,#b92929);
    background-image: -moz-linear-gradient(top,#db3434,#b92929);
    background-image: -ms-linear-gradient(top,#db3434,#b92929);
    background-image: -o-linear-gradient(top,#db3434,#b92929);
    background-image: linear-gradient(to bottom,#dfb428 0%, #f7cc40 100%);
}

.alt a {
    color: #000;
    font-size: 14px;
}

.alt a:hover {
    color: #fff;
    font-size: 14px;
}

.series {
    background-image: -webkit-linear-gradient(top,#1b1b1b,#1b1b1b);
    background-image: -moz-linear-gradient(top,#1b1b1b,#1b1b1b);
    background-image: -ms-linear-gradient(top,#1b1b1b,#1b1b1b);
    background-image: -o-linear-gradient(top,#1b1b1b,#1b1b1b);
    background-image: linear-gradient(to bottom,#1b1b1b,#1b1b1b);
    max-width: 186px;
    padding: 7px 0 6px;
    color: #ebc034;
    box-shadow: 0 1px 1px #000;
}

#tooltip {
    width: 250px;
    border: 1px solid #000;
    padding: 2px;
    background-color: #ffffe0;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}

#pointer {
    z-index: 101;
}

.myButton {
	background:linear-gradient(to bottom, #dfb428 5%, #f7cc40 100%);
	background-color:#054a09;
	border-radius:4px;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	width: 150px;
	}
.myButton:hover {
	background: linear-gradient(to bottom, #cca012 5%, #ab8300 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#175713', endColorstr='#054a09',GradientType=0);
	background-color:#175713;
	}
.myButton:active {position:relative;top:1px;}