*{
	margin:0;
	padding:0;
	font-size:100%;
}

body{
	background:#12287b;
	color:#fff;
}

h1{
	display:none;
}

h2{
	font-size:90%;
	font-weight:normal;
}

a,p,dl{
	font-size:85%;
}

em{
	font-style:normal;
	font-weight:bold;
}

a{
	color:#fff;
}

a:hover{
	text-decoration:none;
}

a:active{
	color:#69c;
}

li{
	display:block;
	list-style:none;
	padding:0 0 10px 0;
}

dl{
	margin-left:50px;
}

#container{
	position:relative;
	width:720px;
	clear:both;
	margin:0 auto;
	padding:50px 0;
	line-height:140%;
}

#topi{
	margin-top:35px;
}

#logo{
	position:absolute;
	left:0;
}

img#gohome{
	margin-top:50px;
}

.box{
	text-align:center;
	background:url(img/back.gif) no-repeat 100% 100% #12287b;
}

.box p{
	padding:200px 0;
}

.left{
	float:left;
}

.right{
	float:right;
}


.line{
	display:none;
}

