* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 62,5%;
	background-color: black;
	background: url(img/bg.jpg) repeat scroll top left;
}

#wrapper {
	width: 100%;
	height: 478px;
	position: relative;
	padding-top: 80px;
}

#content {
	position: relative;
	background: url(img/content.png) no-repeat;
	width: 952px;
	height: 478px;
	margin: 0 auto;
	color: #e2e2e2;
}

#text {
	padding-left: 85px;
}

#madar {
	position: absolute;
	background: url(img/bird.png) no-repeat;
	width: 636px;
	height: 298px;
	top: 200px;
	right: 0;
}

#content h1 {
	padding-top: 100px;
	padding-bottom: 49px;
	font-size: 24px;
}

#content h2 {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
}

#content p {
	font-size: 11px;
}

a.download {
	width: 315px;
	height: 52px;
	display: block;
	background: url(img/bubble.png) no-repeat;
	color: #e2e2e2;
	text-decoration: none;
	margin-bottom: 125px;
	line-height: 55px;
	padding-left: 55px;
}

a.email {
	color: #ffb400;
	text-decoration: none;
}
