/*
Theme Name: Empire XHTML Template
Theme URI: http://www.cmzone.org
Description: XHTML Template by <a href="http://www.themeprince.com">Theme Prince</a>
Author: cmzone.org
Author URI: http://www.cmzone.org
Version: 1.0
ots@tp2p
*/

@import 'reset.css';



/* WARNING FOR IE7 OR LOWER */

#ie_warning{
	display: none;
	width: 100%;
	top: 350px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto;
	color: #333;
	font-size: 13px;
	position: fixed;
}



/*  MENU */
/* BACKGROUND SLIDER */


#bg_slider{
	width: 100%;
	height: 100%;
	position: fixed;	
	top: 0px;
	left: 0px;
	z-index: -1000;	
	overflow: hidden;
	background-color: transparent;
	background-attachment: fixed;	
	background-position: top center;
	background-repeat: no-repeat;	
}

#bg_slider .bg_slider-img{
	background-attachment: fixed;	
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	height: 100%;	
	top: 0px;
	left: 0px;
	position: absolute;
}


