#message	{
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #ffffff;
	color: #000000;
	z-index: 100;
	font-size: 22px;
	font-family: Avant Garde, Arial, Helvetica;
	-webkit-box-shadow: 1px 1px 50px;
	box-shadow: 1px 1px 50px;
	
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
	background:#000000;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg div {
    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 {
    position:absolute;
    bottom:0;left:0;
    z-index:70;
    overflow:hidden;
}

.box {
    margin: 0 auto;
	height:500px;
	width:1024px;
    padding: 0px;
    padding-bottom:0px;
    font: 14px/2.2 Avant Garde, Arial, Helvetica;
}
