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

#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	z-index:1;
	background-color:#FFF;
}
body {
	background-color: #EAEAEA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#select {
	position:absolute;
	width:880px;
	height:150px;
	z-index:5;
	left: 10px;
	top: 265px;
}

#clock {
	position:absolute;
	width:138px;
	height:90px;
	z-index:2;
	left: 752px;
	top: 10px;
		background-image:url(../images/header_bg.jpg);
		text-align:center;}

#menu {
	position:absolute;
	width:880px;
	height:23px;
	z-index:3;
	left: 10px;
	top: 237px;

}

#header {
	position:absolute;
	width:880px;
	height:120px;
	z-index:4;
	left: 10px;
	top: 110px;
	background-color: #CCCCCC;
	background-image:url(../images/logo_bg.jpg);
}

#buttons {
	position:absolute;
	width:234px;
	height:600px;
	z-index:6;
	left: 656px;
	top: 425px;
}

#buttons img{
	padding-bottom:5px
}

#footer {
	position:absolute;
	width:860px;
	height:110px;
	z-index:7;
	left: 10px;
	background-color:#000;
	padding:10px;
	text-align:center;
}

#profile_menu
{
	position:absolute;
	top:266px;
	left:10px;
	width: 880px;
	height: 45px;
}

#profile_main {
	position:absolute;
	width:625px;
	z-index:6;
	left: 10px;
	top: 320px;
	padding-right:10px;
}

#box1 {
	background-color: #F7DD1C;
}

#box1 img {
	padding-bottom:5px;
}
