@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777777;
	font-size:12px;
	line-height: 20px;
	background-image: url(images/backgroundimage2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #27407e;
}
