body {margin: 0px; padding: 0px; background: #fdfdfd url('../gfx/bg.png') top repeat-x; font-family: "Open Sans"; font-size: 13px; color: #000000;}
a {color: #e52625; text-decoration: none;}
a:hover {text-decoration: underline;}
span {color: #e52625;}
h1 {
	border-bottom: 1px solid #d2d2d2;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 28px;
	padding: 10px 0px;
}
p {
	line-height: 20px;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
#glob {position: absolute; left: 159px; width: 750px; height: 643px; z-index: 1;}
#glob img {width: 750px; height: 643px;}
#border {position: absolute; top: 252px; left: 762px; width: 50%; z-index: 10;}
#border-shadow {
	width: 100%;
	box-shadow: 0px 0px 21px #888;
	-moz-box-shadow: 0px 0px 21px #888;
	-webkit-box-shadow: 0px 0px 21px #888;
}
/*#border-shadow img {width: 787px; height: 467px;}*/
#border-content {
	width: 98%;
	height: 99%;
	background-color: #fff;
	padding: 1% 1% 2% 1%;
	z-index: 11;
}
#footer {margin: 5px 21px 10px 21px; font-size: 18px; position: relative; border-bottom: 1px solid #d2d2d2; padding-bottom: 25px; overflow: hidden;}
#footer_left {width: 65%; float: left;}
#footer_right {width: 35%; float: left; text-align: right;}
#footer p {margin-left: 0px; line-height: 1.3em;}
#button {border: 0px; margin-top: 20px; float: right;}
#button img {border: 0px; height: 30px;}

@media screen and (max-width:1565px) { /* 1.5 */
	body {font-size: 13px;}
	#glob {position: absolute; left: 106px; width: 500px; height: 429px;}
	#glob img {width: 500px; height: 429px;}
	
	#border {top: 115px; left: 508px;}
}

@media screen and (max-width:1040px) { /* 1.875 */
	#glob {position: absolute; left: 85px; width: 400px; height: 343px;}
	#glob img {width: 400px; height: 343px;}
	
	#border {top: 270px; left: 10px;  width: 95%;}
}

@media screen and (max-width:830px) { /* 2.4 */
	#glob {position: absolute; left: 66px; width: 312px; height: 268px;}
	#glob img {width: 312px; height: 268px;}
	
	#border {top: 200px; left: 10px;  width: 90%;}
}

@media screen and (max-width:640px) { /* 3 */
	#glob {position: absolute; left: 53px; width: 250px; height: 214px;}
	#glob img {width: 250px; height: 214px;}
	
	#border {top: 180px; left: 20px; width: 90%;}
}

@media screen and (max-width:460px) { /* 4.8 */
	#glob {position: absolute; left: 33px; width: 156px; height: 134px;}
	#glob img {width: 156px; height: 134px;}
	
	#border {top: 120px; left: 10px; width: 90%;}
}

@media screen and (max-width:321px) {
	#button img {height: 22px;}
}