html {
	text-align:center;
	background: #000000 url(./images/here_be_lions_bg.jpg) no-repeat 50% 0;
}

html,body {
  margin-top: 0;
  padding: 0px;
}

body {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color: #ffffff;
}

#siteframe {
	color: #ffffff;
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#title {
	text-align: center;
	font-weight: bold;
}

#content {
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(208,157,91);
    /* RGBa with 0.6 opacity */
    background: rgba(208,157,91, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	padding: 20px 15px;
	margin: 0px;
	width: 770px;
	text-align: center;
	font-size: 14pt;
	text-shadow: 1px 1px #181606;
}

#form {
	padding: 15px;
}

#footer {
	color: #000000;
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
}
