#writingbody {
	background:white;
background-image:url(bg.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position: top center;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	text-align:center;
	
}
#writingtext {
	
	height:100%;
	width:100%;
	vertical-align:center;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	font-size:25px;
}