/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
#outer{min-height:100%;background:#ffffcc}
* html #outer{height:100%;}/* ie6 and under*/

a
{
	text-decoration:none;
}
a:link 
{ 
	color: #333333;
}
a:visited 
{ 
	color: #555555;
}
a:hover 
{ 
	color: #CCCCCC;
}
a:active 
{ 
	color: #333333;
}
body
{
  background-image: url(flagbackground.jpg); 
  background-color: #EEEEEE;
  text-align:center;
  font-family: Verdana, Tahoma, Helvetica, Arial;
}
h1
{
	display:inline;
}
div.wrapper
{
	background-color:white;
	border: darkblue solid 2px;
	width: 770px;
	margin: 0pt auto;
}
div.left
{
	float:left;
	width:68%;
	font-size:12px;
	text-align:left;
}
div.right
{
	float:right;
	width:26%;
	font-size:12px;
	text-align:center;
}
div.footer
{
	font-size: 10px;
	width:770px;
	height:45px;
	text-align:center;
}
div.body
{
	padding:13px;
	height:95%;
	text-align:center;
}
img
{
	margin:3px;
}
div.question
{
	text-align:left;
	font-weight:bold;
}
div.answer
{
	text-align:left;
	margin-left:10px;
	margin-top:7px;
}