html {
	height:100%;
}
#body {
	background-image: url("../../assets/backgrounds/pattern.jp");
}
#div1 {
}
#header {
	width:101%;
	min-width:1100px;
	background-color:#505050;
	margin-top:20px;
	height:5px;
	position:relative;
	top:100px;
	left:-8px;
}
#h1 {
}
#logo {
	position:absolute;
	left:25px;
	top:-42px;
}
#logox {
	position:absolute;
	top:-170px;
	left:-155px;
}
#nav active {
	text-decoration: none;
	width: 150px;
	height:23px;
	display: block;
	color: #000;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	list-style-type:none;
	background-color:#fff;
	font-weight:bold;
}
#nav a {
	text-decoration: none;
	width: 150px;
	height:23px;
	display: block;
	color: #fff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	list-style-type:none;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover {
	color:#fff;
	background: linear-gradient(#005fc0, #000);
}
#nav ul {
	text-style-type: none;
	width:auto;
	height: 23px;
	background: linear-gradient(#404040, #000);
	border-bottom: 1px solid #000;
}
#nav li {
	float: left;
	list-style-type: none;
	border-right:1px solid #505050;

}
#nav {
	height: 30px;
	position:relative;
	top:83px;
	width:101%;
	min-width:1100px;
	margin-right:0px;
	left:-8px;
}
#content {
	min-height:500px;
	height:100%;
	min-width:1100px;
	width:101%;
	margin-left:10px;
	margin-bottom:100px;
	position:absolute;
	top:149px;
	left:-10px;
	background-color:#fff;
}
#footer p, hr {
	position:relative;
	top:875px;
	text-align:center;
	display:center;
	font-family:arial;
	font-weight:bold;
	color:#000;
}
#weather {
	position:absolute;
	left:650px;
	top:-17px;
}