html, body {
	margin:0; padding:0;
	height:100%;
}

html {
        /* background: url(../images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; */
}

body {
	font-family: Georgia;
}

#content{
	font-size:15px;
	height:40px; 
	width: 900px;
	margin: 50px auto;
}