/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0px;
	background:url(../images/Grey_Cross.jpg) repeat;
}
#page{
	width:1024px;
	margin:0 auto 0;
	height:auto;
	padding-top:5px;
}
#cont{
	width:100%;
}