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

@import "blueprint/screen.css";
@import "blueprint/plugins/wide-grid/screen.css";
/*@import "blueprint/plugins/fancy-type/screen.css";*/

body {
width: 1000px;
height: 650px;
background-image:url(images/collusion_window.jpg);
background-repeat:no-repeat;
background-color:#000000;
}

#ie6 {
display:none;
}

body {
  text-align: center;
  margin: 0 auto;
}

#container1 {
	position: absolute;
	top: 20px;
	left: 20px;
	float: inherit;
	height: 75px;
	z-index: 0;
}

#container2 {
	position: relative;
	top: 40px;
	left: -60px;
	float: inherit;
	width: 1200px;
	height: 450px;
	z-index: 0;
}

#left_container {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 600px;
	height: 450px;
	z-index: 0;
}

#right_container {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 517px;
	height: 450px;
	z-index: 0;
}

#container3 {
	position: absolute;
	top: 255px;
	left: 20px;
	width: 1200px;
	height: 180px;
}


/**** Type ****/

p {
	font-size:16px; 
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1.heading {
	font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 4.6em;
	text-transform: uppercase;
	letter-spacing: -.05em;
	line-height: 0.8em;
	margin: 0;
	padding: 0;
	color: #fff;
	opacity: 0.2;
}

h2 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 0.9em;
	margin: 0;
	padding: 0;
	color: #fff;
	opacity: 0.4;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin: 0;
	padding: 0;
	color: #fff;
	opacity: 0.4;
}

h4 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: -.05em;
	line-height: 0.8em;
	margin: 0;
	padding: 0;
	color: #fff;
	opacity: 0.8;
}


.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}

a.footerlink:link {color: #FFFFFF;}
a.footerlink:active {color: #333333;}
a.footerlink:visited {color: #FFFFFF;}
a.footerlink:hover {color: #333333;}

