@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 ----------------- */
.backgrounds {
	background-image: url(../Files/Design/redBanner.png);
	width:100%;
}
#banner {
	background-image: url(../Files/Design/redBar.jpg);
	width:960px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#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 {
	float:left;
	width:549px;
	height:180px;
}
#navigation {
	background-image: url(../Files/Design/redBar.jpg);
	width:920px;
	padding-left:40px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	line-height: 40px;
}
#content {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-right: 40px;
	padding-left: 40px;
}
#left {
	width:290px;
	float:left;
}
#leftWhole {
	width:290px;
	height:40px;
	background:url(../Files/Design/leftWhole.png)
}
#leftHalf {
	width:210px;
	background:url(../Files/Design/leftHalf.png);
	padding-left:40px;
	padding-right:40px;
}
#special {
	padding:20px;
	margin-top:30px;
}
#text {
	width:470px;
	background-image: url(../Files/Design/australia.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
#textBackground {
	float:left;
	width:549px;
	background:url(../Files/Design/right.png);
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}
#footer {
	position:relative;
	background-image: url(../Files/Design/footer.jpg);
	width:920px;
	height:125px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-right:40px;
	padding-top:60px;
}
#crane {
	position:absolute;
	left:15px;
	top:-25px;
	width:576px;
	height:177px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#craneName {
	text-align:left;
	position:absolute;
	left:15px;
	top:135px;
}
