#bg {
	position:absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 0;
}


#bg img {
	position:fixed; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:0;
	min-height:0;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}


/* End Full BG*/


#secondary{

	margin-left: -5px !Important;
	margin-top: 53px;

}

#secondary #social #facebook{
	margin-top:-30px;

}

#secondary #social #twitter{
	margin-top:-30px;

}


#middle .style_fix{

	 margin-left: 0px !Important; 

}


#middle .no_fix{

	 margin-left: 30px !Important; 

}



.map{

	left: 220px !Important;


}



#search-input{

	margin-top: 22px !Important;
    margin-left: 0px !Important;

}


#imgspec{

	margin-top: -30px !Important;

}


.tabs .tab{

	line-height: 12px !Important;


}

#footer{

	display: none;

}


/* Competition */


#tab1down{

	position: absolute;
	top: 297px;

}

#thumb-tray{

	z-index: -3;	

}