* {
	margin: 0;
	padding: 0;
}
html,body {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	height: auto;
	color: #000;
	min-height: 100%;
	background: #b8860b;
}

#wrapper {
	position: relative;
	width: auto;
	height: auto;
	margin: 50px auto;
	text-align: center;
	/*min-height: 300px;*/
	
}

#logo {
	position: relative;
	margin: 150px auto 80px auto;
	/*width: 300px;*/
	height: 367px;
	background: url(images/arusa-logo-colored.jpg) no-repeat scroll 50% 50%;
	/*background-size: 330px;*/
}

#heading {
	margin: 0 auto;
	width: 200px;
	padding-top: 20px;
	font-size: 200%;
	font-weight: 300;
	border-top: solid 1px #000;	
}

#btn {
	margin-top: 30px;
}

.content {
	margin: 250px auto 50px auto;
}

.content p {
	padding-bottom: 10px;
	color: #000;
	font-size: 130%;
}

.content a {
	color: #000;
	text-decoration: none;
}

.content a:hover {
	color: #333;
	text-decoration: none;
}

p.link {
	text-align: center;
}

p.link a {
	padding: 8px 16px;
	font-size: 135%;
	text-decoration: none;
	color: #333;
	line-height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.25);
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px rgba(255, 255, 255, 1);
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(168,168,168,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(168,168,168,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(168,168,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(168,168,168,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(168,168,168,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(168,168,168,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5); /* WebKit */
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5); /* Firefox */
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5); /* Standard */

}

p.link a:hover {
	
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(193,193,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(193,193,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(193,193,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(193,193,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(193,193,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(193,193,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;

}


