/* CSS Document */

* {
   overflow:hidden;
   margin:0;
   padding:0;
}
body {
	background: #fff;
	font: 80%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#243489;
}   
#main {
	position: absolute;
	width: 500px;
	height: 450px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -225px;
	background: #fff url(back.jpg) no-repeat;
}
#left {
	float:left;
	width: 220px;
	height: 450px;
	}  
#right {
	float:right;
	width: 280px;
	height: 450px;
	overflow:auto;
}   
h1 {
    margin-top:55px;
	position: relative; overflow:hidden;
	left:50px;
	width: 150px;
	height: 50px;
	font-size: 160%; color:#243489;
}
h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(logo.jpg);
}
h2 {overflow:auto;
	margin-top:175px;
	position: relative;
	width: 230px;
	
	font-size: 140%;
	color: #c0c1c2;
	border-bottom: 1px solid #efefef;
}
p {
    padding-top:20px;
}
a {
   text-decoration:none;
   color:#243489;
}   
img {
   border:none;
}
