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

* {padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

	
body{
	background-image:url(../images/background-mobile.png);
	background-repeat:no-repeat;
	background-color:#0d4927;
}

header{
	color:#FFF;
	font-weight:bold;
	margin:auto;
	width:305px;
	padding-top:50px;
	margin-bottom:-5px;
}


header img{
	text-align:center;
}

#outerwrap{
	background-color:#FFF;
	margin:auto;
	width:305px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
}


#maincontent{
	padding:30px 0 30px 0;	
}


.button{
	background-image: url(../images/mobile-blank-button.png);
	background-repeat:no-repeat;
	height:43px;
	width:286px;
	padding:15px 0 15px 0;
	margin:auto;
}

.button a{
	color:#64451a;
	font-weight:bold;
	text-decoration:none;
	padding:5px 100px 5px 40px;
	width:286px;
}

.button a:visited{
	color:#64451a;
}


footer{
	margin:auto;
	width:305px;
	text-align:center;
	color:#FFF;
	font-size:12px;
	padding-top:20px;
}

footer a{
	color:#FFF;
}

footer a:visited{
	color:#FFF;
}

#colorbar{
	background-color:#B52B07;