/* Vert Scroll Bar Adjustments */

body, html {
	overflow: auto;
	padding: 0;
	margin: 0;
	height: 100%; /* IE hack */
}
html>body { overflow: visible; }

/* Body Declarations */

body {
	background-color: #FFFEDC;
    margin: 0px;
	padding: 0px;
	text-align: center;
}

/* Main Container */
#main {
	background-image: url('../images/backgrounds/vault-background.gif');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	text-align: center;
	top: 0px; 
	width: 100%;
}
* html #main { height: 100% } /* IE */
/* Text Declarations For index2.php */
.text{
	color: #6D3710;
    font-family: "verdana", "arial", "helvetica", "sans-serif";
    font-size: 11px;
    text-decoration: none;
	font-weight : normal;
}
a.text{
	color: #6D3710;
	font-family: "verdana", "arial", "helvetica", "sans-serif";
	font-size: 11px;
	text-decoration: none;
	font-weight : normal;
}
a.text:visited{
	color: #6D3710;
	font-family: "verdana", "arial", "helvetica", "sans-serif";
	font-size: 11px;
	text-decoration: none;
	font-weight : normal;
}
a.text:active{
	color: #6D3710;
	font-family: "verdana", "arial", "helvetica", "sans-serif";
	font-size: 11px;
	text-decoration: underline;
	font-weight : normal;
}
a.text:hover{
	color: #6D3710;
	font-family: "verdana", "arial", "helvetica", "sans-serif";
	font-size: 11px;
	text-decoration: underline;
	font-weight : normal;
}