body 
{
	background-color: #04090A;
    color: #000;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

#background
{
	background: #04090A url(../images/bckgrd.jpg) no-repeat top center;
}
.wrapper 
{
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#outer 
{
  height: 100%;
  background: url(../images/footer_bg.png) repeat-x bottom;
  position: relative;
}


.header 
{
	background: url(../images/sizz-header.jpg) no-repeat top center;
	width:960px;
	height:110px;
}

.sizz_img
{
	background: #ffffff;
	width:790px;
	height:300px;
}

/* Main Navbar */

div#navbar
{
	height: 50px;
	width: 960px;
	background: url(../images/sizz-menu.jpg) no-repeat top center;
}
	
h1 
{
	text-indent: -500em;
}

h2 
{
	padding: 0 0 0.6em;
	color: #d00;
	font: 1.4em helvetica,arial,sans-serif;
	text-shadow: #ddd 1px 1px 2px;
}

h3 
{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1.3px;
	margin:0 0 30px 0;
}

p {
	padding: 0 0 1em;
	color: #666;
	font: 1em/1.4em arial,sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #0bf;
}
a:hover {
	color: #0bf;
}

strong {
	font-weight: normal;
}

/*---- FOOTER ----*/

#footer {
	position:absolute;
	top: 700px;
	height:200px;
	width: 980px;
}

#footer .copyright 
{
	float:left;
	margin-left: 10px;
	
}

#footer .credits 
{
	float:right;
	margin-right: 10px;
}

.center
{
	margin: 0 auto;
	text-align: center;
}

.align-txt-right
{
	text-align:right;
}

.align-txt-left
{
	text-align:left;
}


.sizz-white-text {
	padding: 0 0 1em;
	color: #ffffff;
	font: 1.2em/1.4em arial,sans-serif;
}

.small_text
{
	font-size: x-small;
}

.sizz-footer-text {
	padding: 0 0 1em;
	color: #ffffff;
	font: 1.4em arial,sans-serif;
}

