* {
	margin: 0;
}

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
	background-color: rgb(2,40,113);
	background-image: url(../pics/s3temp.png), url(../pics/s3temp2.png);
	background-repeat: no-repeat, repeat-y;
	background-size: auto, 100% 100%;
	background-position: right bottom, 0% 0%;
        background-attachment: fixed, fixed;
}

.footer, .push {
        height: 20px;
        clear: left;
        text-align: center;
}

body {
	background-color: rgb(173,204,196);
	background-image: url(../pics/s3temp.png);
	background-repeat: no-repeat;
        background-position: right bottom;
        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: rgb(209,44,120);
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
}

body,td,th {
	color: rgb(209,44,120);
}

a {
	font-size: 12px;
	color: rgb(255,255,255);
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: rgb(255,255,255);
}

a:hover {
	text-decoration: underline;
	color: rgb(209,44,120);
}

a:active {
	text-decoration: none;
	color: rgb(209,44,120);
}

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 rgb(255,255,255);
        border-radius: 20px;
        -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 rgb(255,255,255);
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
}

input[type=text]:focus, textarea:focus, input:focus {
        background: rgb(2,40,113);
	color: rgb(209,44,120);
	font-weight: 700;
	border: 2px solid rgb(173,204,196);
	outline: none;
	}

input[type=text], textarea {
	background: rgb(173,204,196);
	color: rgb(209,44,120);
	font-weight: 700;
	}


.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}
