body{
	width:100%;
	text-align:center;
}
h1{
	font-size:30px;
}
a {
	text-decoration:none;
	color:#000;
	font-size:30px;
	border:none;
}
img {
	border: 0px;
}

a:hover {
	text-decoration:none;
	color:#000;
}
#container
	{
	position:absoulte;
	width:600px;
	left: 50%;
	margin-left: -350px;
	margin: 0 auto;
	top:0px;
	bottom:0px;
}
#header{
	margin:100px 0 0 0;
	width:600px;
	text-align:center;
	height:auto;
	font-size:16px;
}

#strongbox{
	width:290px;
	float:left;
	text-align:center;
	font-size:16px;
}

#ipeer{
	width:290px;
	float:right;
	font-size:16px;
	text-align:center;
}
