@charset "utf-8";
/* CSS Document */

/* ----------------- Png ----------------- */
img, div, .lavaLamp li.back , .lavaLamp li.back .left{
	behavior: url(Scripts/iepngfix.htc)
}
	
/* ----------------- Reset ----------------- */
* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
.clear	{ clear: both; }

/* ----------------- Body ----------------- */
body {
	background-color: #191919;
	background-image: url(../Files/Design/background.jpg);
	background-attachment: fixed;
	background-position: top;
	text-align:center;
	background-repeat: repeat-x;
}

/* ----------------- Layout ----------------- */
#header {
	width:880px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-right: 40px;
	padding-left: 40px;
}
#logo {
	float:left;
	width:331px;
	height:180px;
}
#flasher {
	display:none;
}
#navigation {
	display:none;
}
#content {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-right: 40px;
	padding-left: 40px;
}
#left {
	display:none;
}
#text {

}
#textBackground {

}
#footer {
margin-top:40px;
}
#crane {
	display:none;
}
#craneName {
	display:none;
}
