html
{
    height: 100%;
}

body
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fdfdfe;
    font-family: Arial, "Lucida Grande" , "Lucida Sans Unicode" ,Tunga, "Trebuchet MS" ,Verdana,sans-serif;
	text-align: left;
}

.background
{
	margin-top:100px;
    width: 600px;
	height:600px;
    background-image: url(../images/splash.jpg);    	
}

