@import url("global.css");  /* import the global styles*/

#container{
	width:540px;
	height: 420px;
	margin-top: -210px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -270px;
}
#navigation{
	width:540px;
}
#navigation a{
	float:left;
	margin-right:7px;
}
#navabout{
	float:right;
	margin-right:0px;
}
#only{
    margin: 0px;
    padding: 10px;
    text-align: center;
}
