@charset "utf-8";
/* CSS Document */

body {
	background:#200C81;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	line-height:120%;
}
a {
	color:white;
}
a: visited {
	color:black;
}
div#box {
	margin-top:10%;
	width:550px;
	border:2px solid gray;
	background:white;
	padding:20px;
}
div#left {
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../images/side_left.gif);
	width:250px;
	height:100%;
}
div#right {
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(../images/side_right.gif);
	width:250px;
	height:100%;
}