@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #e5f4fc; */
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: 0px 16px;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
	padding: 0;
	width: 800px;
	height: 450px;
}

div#content {
	padding: 0;
	width: 800px;
	height: 450px;
	line-height: 144%;
	color: #183885;	
}

