@media only screen and (max-width: 1024px)
{
    #topHeader
    {
	width:950px;
	margin:0 auto;
	background-image:url(../images/header/bg-header-container.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:41px;
	text-align:left;;
    }
	.header-container {
	background-image:none;
}
 
}

@media only screen and (min-width: 1459px)
{
	body {
background: #fefefe;
background-image: url("../images/bg-wood2.jpg");
    background-position: left top;
    background-repeat: repeat;
	font-family:Tahoma, Geneva, sans-serif;
}
}