* {
	margin: 0;
}

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}

.footer, .push {
        height: 20px;
        clear: left;
        text-align: center;
}

body {
	background-color: #000000;
	background-image: url(../pics/s2temp.jpg);
	background-repeat: no-repeat;
      background-position: top right;
      background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
}

body,td,th {
	color: #C7A317;
}

a {
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #996622;
}

a:active {
	text-decoration: none;
	color: #996622;
}

div.nav {
	text-align: center;
}

div.header{
        float: left;
        vertical-align: text-top;
        text-align: center ;
        padding: 5px 5px 5px 5px;
        margin: 5px 10px 5px 10px;
 }

div.releaseList{
        float: left;
        clear: left;
        vertical-align: text-top;
        text-align: left ;
        padding: 5px 20px 5px 20px;
        margin: 5px 10px 5px 10px;
        border: 3px solid #C7A317;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
}

div.releaseInfo{
        float: left;
        clear: left;
        max-width:800px;
        vertical-align: text-top;
        text-align: left ;
        padding: 5px 20px 5px 20px;
        margin: 5px 10px 5px 10px;
        border: 3px solid #C7A317;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
}

input[type=text]:focus, textarea:focus {
	background: #000000;
	color: #FFFFFF;
	border-color: #996622;
	}

input[type=text], textarea {
	background: #000000;
	color: #FFFFFF;
	}


.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

