

	* {
		margin: 0;
	}

	html, body {
		height: 100%;
		width: 100%;
	}
	
	html {
		background: rgb(17,30,35); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(17,30,35,1) 0%, rgba(0,0,0,1) 66%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,30,35,1)), color-stop(66%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(17,30,35,1) 0%,rgba(0,0,0,1) 66%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(17,30,35,1) 0%,rgba(0,0,0,1) 66%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(17,30,35,1) 0%,rgba(0,0,0,1) 66%); /* IE10+ */
background: linear-gradient(top,  rgba(17,30,35,1) 0%,rgba(0,0,0,1) 66%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111e23', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	color: #ddd;
	}

	body {
		background:url(bottom.png) bottom repeat-x;
	}




	.wrapper {
		min-height: 100%;
		height: auto !important;
		width: 100%;
		height: 100%;
		margin: 0 auto -454px; /* the bottom margin is the negative value of the footer's height */
	}
	
	

	.footer, .push {
		width: 100%;
		height: 100px; /* .push must be the same height as .footer */
	}

	
	.butPlace1{
		
		position:relative;
		top: 200px;
		left:-150px;
	}
	
	.butPlace2{
		position:relative;
		top: 250px;
		left:-160px;
	}

	
	.wingL {
		float:left;
	}

	.wingR {
		float:right;
	}
	
	
	.button {
		box-shadow:2px 2px 2px #000;
		font-size:25px;
		font-family:"Trebuchet MS", serif;
		text-decoration:none;
		border-radius:10px;
		padding: .25em .25em .25em .25em;
		color: #cff;
		
		background: rgb(35,83,138); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(35,83,138,1) 0%, rgba(107,134,142,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(35,83,138,1)), color-stop(99%,rgba(107,134,142,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(35,83,138,1) 0%,rgba(107,134,142,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(35,83,138,1) 0%,rgba(107,134,142,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(35,83,138,1) 0%,rgba(107,134,142,1) 99%); /* IE10+ */
background: linear-gradient(45deg,  rgba(35,83,138,1) 0%,rgba(107,134,142,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#6b868e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}
	
	.button:hover {
		box-shadow:2px 2px 2px #000;
		font-size:25px;
		font-family:"Trebuchet MS", serif;
		text-decoration:none;
		border-radius:10px;
		padding: .25em .25em .25em .25em;
		color: #630;
		background: rgb(234,185,45); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(234,185,45,1)), color-stop(100%,rgba(199,152,16,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}
	
	
	
	@media only screen and (max-width: 424px) {
	.globe img {
        width: 98%;
		}
		
	.butPlace1{
		position:relative;
		top: 200px;
		left:0px;
		}
	
	.butPlace2{
		position:relative;
		top: 250px;
		left:0px;
		}
		
	.wingL {
		display:none;
		}

	.wingR  {
		display:none;
		}
	}
	
	
	@media only screen and (max-height: 424px) {
	.globe img {
        height: 98%;
		}
	
	.butPlace1{
		position:relative;
		top: 200px;
		left:-80px;
		}
	
	.butPlace2{
		position:relative;
		top: 169px;
		left:60px;
		}
		
	}
	
	
