@charset "UTF-8";
/* CSS Document */

body {margin:0;background-color:#002f5c;overflow:hidden; background-image:url(img/bg.png); background-repeat:repeat-x; background-color:#002f5c}
#horizon {text-align: center; position: absolute; top: 50%; left: 0px; width: 100%; height: 1px; overflow: visible; display: block}
#content {font-family: Verdana, Geneva, Arial, sans-serif; font-size:12px; line-height:14px; color:#fff; margin-left:-300px; position: absolute; top:365px; left:50%; width:284px; height:129px; text-align:center}
#content a#mail {color:#fff; width:600px; display:block; text-align:center; position:relative; top:30px;text-decoration:none; letter-spacing:1px }
#content a#mail:hover { color:#002f5c; background-color:#fff}
img {border:0;}

@media only screen and (max-width: 640px) {
	img {width:400px; height:auto}
	#content {margin-left:-200px}
	#content a#mail {width:400px; font-size:14px; line-height:24px}
}

  @media only screen and (max-width: 400px) {
	img {width:280px; height:auto;}
	#content {margin-left:-140px; top:-120px;}
	#content a#mail {width:300px; font-size:15px; line-height:26px;top:20px;}
}

