/* @override http://127.0.0.1/~evanchiu/eol/x/styles/home.css */

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

#container{
	width:540px;
	margin-top:5px;
}
#navigation{
	width:540px;
}
#navigation a{
	float:left;
	margin-right:7px;
}
#navabout{
	float:right;
	margin-right:0px;
}
#only{
    margin: 0px;
    padding: 10px;
    text-align: center;
}