html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#fff;
    color:#000;
}
.wrap {
    margin: 0 auto;
    width: 960px;
}

#header, #nav, #menu, #content {
	float:left;
	width: 100%;
	margin: 0;
}

#header {
	height: 100px;
	background: #fff url(design/header-bg.jpg) repeat-x;
}

#nav {
	height: 30px;
}

#menu {
    width: 960px !important;
}

#content {
	min-height: 420px;
    width:958px;
	background-color:#FFF;
    border: #cecece 1px solid;
}

#copyright {
	float:left;
	height:20px;
	margin-left:20%;
	width:960px;
	font-size: 12px;
	text-align:center;
	color:#666;
}
