﻿#header
{
    text-align:center;
    padding:10px;
}

#content
{
	padding:5px 25px 25px 25px;
}

#content, #content .sb-inner { background:#FFFFFF; }

.heading-image
{
	width:180px; 
	margin-right:20px; 
	margin-bottom:10px;
	float:left; 
	border:1px solid black
}

.take-the-quiz-button
{
	background:transparent url(../graphics/take-the-quiz.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
	left: 195px;
}

.take-the-quiz-button:hover
{
	background-position:0 -44px;
}

.take-the-quiz-button:focus
{
	background-position:0 -88px;
}
