* {
	margin:0;
	padding:0;
}

body {
	background-color: #333333;
	font-family: arial, helvetica;
	background-color: #333333;
	background-image: url(crcbackground.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom:  0px;
	
}

.container {
	position:absolute;
	width:100%;
}

body[orient="profile"] .container {
	height:416px;
}

body[orient="landscape"] .container {
	height:268px;
}

.wrapper {
	width:300px;
	margin:2px auto 40px auto;
}

a {
	color: #ffab00;
}

#header {
	margin-top: 0px;
	margin-bottom:  0px;
	text-align:center;
}

#button {
	text-align: center;
}

#header2 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
}

img {
	border:none;
}

.continue {
	text-decoration: none;
	border: 0px;
	text-align: center;
}

.text {
	padding: 0 5px 0 5px;
	color: #ffffff;
	text-align: center;
	font-size: 0.9em;
	padding-top: 20px;
	padding-bottom: 20px;
}

#link, #link a {
	line-height: 1.7em;
	text-align:center;
	margin:15px 0 10px 0;
	font-size: 1em;
	color: #0072bc;
	padding-bottom: 10px;
}