@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg{
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}
#cont {

	width:650px;
    position:absolute;
    bottom:50px;left:50px;
    z-index:70;
    overflow:auto;
	background-color:#1f1c1c;

}

.box {
    margin: 0 auto;
    width: 600px;
    padding: 20px;
    background: white;
    padding-bottom:30px;
	background-color:#1f1c1c;
}
h2 {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14pt;
}
h3 {
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12pt;
}
p {
color:#CCCCCC;
font-family:"Courier New", Courier, monospace;
font-size:10pt;
}
a{
text-decoration:none;
color:#FFFFFF;
}
a:hover {
text-decoration:none;
color:#FFCC66;
}
