@charset "UTF-8";
/* CSS Document */

/********************************/
/*************Main***************/
/********************************/

body{
	/*         Position         */
	margin:0px;
	
	/*        Background        */
	background-color:#222;
	background-image:url(../images/bg.jpg);
	background-position: center top;
}

img{
	border:none;
}

#container{
	/*         Position         */
	margin: 0 auto;
	margin-top:5px;
	width: 1024px;
}

#header{
	width:1024px;
	height:150px;
}

#logo{
	/*         Position         */
	margin-left:5px;
	width:180px;
	height:150px;
	float:left;
}

#menu{
	/*         Position         */
	margin-top:10px;
	height:25px;
	float:left;
}

.menuitem{
	/*         Position         */
	margin-right:10px;
	float:left;
}

#contentcontainer{
	/*         Position         */
	width:1010px;
	margin-left:5px;
}

#clear{
	clear:both;
}

.older{
	/*         Position         */
	margin-left:10px;
	float:left;
}

.newer{
	/*         Position         */
	margin-right:5px;
	float:right;
}