body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
background-color:#fff;
}

#framecontent{
position:absolute; 
bottom:0; 
left:0;
margin:0;
width:100%; 
height:140px; /*Height of frame div*/
overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color:white;
background-color:#272727;
}

#maincontent{
position: fixed;
left: 0;
right: 0;
bottom: 125px; /*Set bottom value to HeightOfFrameDiv*/
overflow: auto; 
}

* html body{ /*IE6 hack*/
padding: 0 0 130px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.main{
	border-top:medium solid #fff;
	border-left:medium solid #fff;
	border-right:medium solid #fff;
	margin-bottom:-1px;
}

.menu {
	margin:0px auto;
	text-align:left;
	width:1087px;
	height:140px;
	padding-left:122px;
}
.menu LI {
	list-style: none;
	margin:0;
	padding:0;
}
.menu LI, .menu LI A, .menu EM {
	color: #FFFFFF;
	display: block;
	height: 140px;
	float: left;
}
.menu LI A, .menu LI EM {
	text-decoration: none;
	text-indent: -9000px;
	width:312px;
}
.menu .item1 {
	background: url('images/about.gif') no-repeat;
	height:140px;
	width:106px;
}
.menu .item2 {
	background: url('images/blog.gif') no-repeat;
	height:140px;
	width:93px;
}
.menu .item3 {
	background: url('images/gallery.gif') no-repeat;
	height:140px;
	width:129px;
}
.menu .item4 {
	background: url('images/services.gif') no-repeat;
	height:140px;
	width:140px;
}
.menu .item5 {
	background: url('images/shop.gif') no-repeat;
	height:140px;
	width:93px;
}
.menu .item6 {
	background: url('images/contact.gif') no-repeat;
	height:140px;
	width:125px;
}
.logo {
	background: url('images/logo.jpg') no-repeat;
	height:140px;
	width:274px;
}.menu .item1 A:hover {
	background: url('images/abouth.gif') no-repeat;
}
.menu .item2 A:hover {
	background: url('images/blogh.gif') no-repeat;
}
.menu .item3 A:hover {
	background: url('images/galleryh.gif') no-repeat;
}
.menu .item4 A:hover {
	background: url('images/servicesh.gif') no-repeat;
}
.menu .item5 A:hover {
	background: url('images/shoph.gif') no-repeat;
}
.menu .item6 A:hover {
	background: url('images/contacth.gif') no-repeat;
}
.menu .sel1 {
	background: url('images/menu-people-sel.png') no-repeat;
}
.menu .sel2 {
	background: url('images/menu-service-sel.png') no-repeat;
}
.menu .sel3 {
	background: url('images/menu-media-sel.png') no-repeat;
}
.menu .sel4 {
	background: url('images/menu-connect-sel.png') no-repeat;
}
.menu .sel5 {
	background: url('images/menu-contact-sel.png') no-repeat;
}
.navi{
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	display: block;
}