﻿/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */

body { 
	background: #ccc url('../images/bg_main.jpg') center top fixed;
	background-repeat: no-repeat
	}

header { width: 960px; /*height: 264px;*/ /* 960px / 1024px */ }

#maincontent { width: 100%; /* 960px / 1024px */ }
.maincontent { width: 960px; /* 960px / 1024px */ }

footer { width: 960px; /* 960px / 1024px */ }

#navigation {
	width: 960px;
	height: 71px;
	margin: 0px auto;
	padding: 0px;
	display: block
	}
	ul.navmenu {  
	    width: 960px; 
	    height: 71px;
		color: #ffffff;
		margin: 0px;
	    padding: 0px;
		text-align: center;
		}
	ul.navmenu > li { 
	    float: left; 
	    right: 0px;
	    margin: 0px;
	    padding: 0px;
	    position: relative; 
	    /*line-height: 71px; */
		}
