body {
	background-image:url('img/bg.png');
} 

h3 {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #41B7D8;
}

h2 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 30px 0px;
	font-size: 51px;
	line-height: 50px;
	letter-spacing: -2px;
	font-weight: bold;
}

.header {
	 margin:0 auto;
	 text-align: left;
}
#page-wrap {
	background-image:url('img/bg_inner.png');
    box-shadow: 0 0 20px black;
    padding: 25px;
	display: table; 
	min-width: 275px;
	margin: 0 auto;
	border-radius: 15px;
	margin-top:30px;
}
#promo {
	margin-top:45px;
	margin-bottom: 60px;
	text-align:center;
}
#logo {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 3px black;
	border-radius: 15px;
	width: 180px;
	margin:0 auto;
}

img {
	border:none;
	outline: none;
}

div#page-wrap { 
	position: relative; 
} 

img.foot {
	position: absolute;
	left: 15%;
	bottom:0; 
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}
@media only screen and (max-width: 450px), only screen and (max-device-width: 450px) {
	h3 {
		margin-bottom: 0;
	}
	h2 {
		font-size: 36px;
	}
	#page-wrap {
		margin-top:20px;
	}
	img.foot {
		left: 5%;
	}
}