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

body {
 	margin:0;
    padding:0;
    width:100%;
    height:100%;
	background-image: url('bg.gif');
}

#content {
 	width:       631px;
    height:      274px;
    position:    absolute;
    top:         50%;
    left:        50%;
    margin-top:  -137px;
    margin-left: -315px;
	background-image: url('splash.png');
	background-repeat: no-repeat
}
