@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: black;
}

#page {
	position: relative;
	width: 500px;
	height: 300px;
	overflow: visible;
	background: #E4E3DF url('../images/body.png') repeat-x 0 0;
	color: black;
}
