* {
	margin: 0;
	padding: 0;
}

html, body {
	background: url(../images/bg/body_bg.gif) #000f27;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffcd00;
	text-align: center;
	height: 100%;
}

h1 {
	font-size: 96px;
	font-weight: normal;
	color: #ffcd00;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 48px;
	font-weight: normal;
	color: #ffcd00;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 96px;
	font-weight: normal;
	color: #000f27;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

a {
	color: #ffcd00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -27px auto
}

#menu {
	width: 100%;
	background: url(../images/bg/menu_bg.gif) #ffcd00;
	height: 27px;
	color: #000f27;
}

#menu ul {
	padding-top: 5px;
}

#menu li {
	list-style: none;
	display: inline;
}

#menu li a {
	color: #000f27;
	text-decoration: none;
	margin: 0 10px;
}

#menu li a:hover {
	text-decoration: underline;
}

#content {
	margin: 0 auto;
	width: 520px;
}

#content  p {
	color: #fff;
	line-height: 17px;
	margin: 0 0 30px 0;
}

#teller {
	width: 520px;
	height: 122px;
	background: url(../images/bg/teller_bg.gif);
	margin: 0 0 60px 0; 
}

#footer {
	width: 100%;
	background: url(../images/bg/footer_bg.gif) #ffcd00;
	height: 21px;
	color: #000f27;
	padding: 6px 0 0 0;
}

#footer a {
	color: #000f27;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.break {
	margin: 30px 0 10px 0;
}