/* CSS Document */

@import url(normalize.css);

html { 
	text-align: center;
	}
body {
	position: relative;
	width: 1000px;
	margin: 0 auto ;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_tile.png);
	background-attachment: top;
	background-color: #787878;
	background-repeat: repeat-x;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
div {
	width: 1000px; 
	height: 679px;
	position: absolute; 
	top: 0px;
	background-image: url(../images/bg.jpg);
	background-attachment: top;
	background-repeat: no-repeat;
}
div div {
	position: relative;
	margin-left:25px;
	/*padding-left: 25px;*/
	background-image:url(../preLoader.jpg);	
	z-index:3;
}
div div div{
	position: relative;
	background: none;
	height: 20px;
	width: 60px;
	padding-top: 10px;
	margin-left:895px;
	font-size:10px;
}
.preloader {
	margin-left:25px;
	position: relative;
	background-image: url(../preLoader.jpg);
	height: 600px;
	width: 950px;
	z-index:5;
}
.action_tag {
	position: absolute;
	top:0;
	left: 0;
	display: none;
}