html { 
    background: url(bg.jpg) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-webkit-text-size-adjust:none
}
table{
    background-color: #809ABF;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
body {
	position: inherit;
	width: 300px auto;
	height: 400px auto;
}
#header {
	color: #FFFFFF;
	width: 500px auto;
	height: 200px auto;
	margin: 0px auto; 
	font-size: 40px; 
	font-family: impact;
}