/****************
	common
****************/
html, body {
	height: 100%;
}

body {
	background: #c5c7c9 url('../images/common/bg_blur.gif') repeat-x 100% 0;
	margin: 0px;
    padding: 0px;
}

#container {
	position: relative;
	width: 1024px;
	height: 800px;
	margin: 0px auto 0px auto;
	border-top: 20px solid #272727;
}

#header {
	background: #272727 url('../images/common/header_blur.gif') no-repeat 0 0;
	position: relative;
	height: 135px;
	background-color: #272727;
}

#main_nav {
	position: relative;
	width: 840px;
	height: 55px;
	left: 15px;
	overflow: visible;
	z-index: 10;
}

#moca {
	background:  url('../images/common/moca_logo.png') no-repeat 0 0;
	position: relative;
	width: 689px;
	height: 50px;
	top: 0px;
	left: 25px;
}

#moca span {
	display: none;
}

#footer {
	position: relative;
	height: 40px;
	background-color: white;
	padding-top: 20px;
}


/****************
	text
****************/
p.copyright {
	color: #36383B;
	background-color: transparent;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0em 0em 0em 0em;
}


/****************
	links
****************/
a.copyright:link, a.copyright:visited {
	color: #36383B;
	background-color: transparent;
	text-decoration: none;
}

a.copyright:hover, a.copyright:active {
	text-decoration: underline;
}


