@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html {
        background: url(weboc2.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		overflow-y: scroll;
}

html, body {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -120px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 120px; /* .push must be the same height as .footer */
}

.footer {
	text-align: left;
}

.footercontent {
background-color:#fff;
	text-align: left;
	display:inline-block;
	padding:6px;
	margin-left:30px;
}

.contentbox {
position:absolute; 
top:15px; 
left:60px; 
padding-bottom:100px; 
display:inline-block;

}

.content {
background-color:#fff; 
padding: 20px;
}

.fatwhitetext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#FFF;
font-weight:bold;
text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000; 
}

.text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}
.credittext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
}

a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-decoration:underline;
}