@charset "utf-8";

/*Universal CSS for COM.COM site-------------------------------------- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0A0B04;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #009FBE;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}

a:link {
	color: #009FBE;
	text-decoration: none;
}

a:visited {
	color: #7FBB57;
	text-decoration: none;
}

a:hover {
	color: #D13C46;
	text-decoration: underline;
}


.centered {
	margin-left: auto;
	margin-right: auto;
}

.footer {
	font-size:10px;
	margin-top: 50px;
}

/*End Universal CSS ------------------------------------------ */



/*Splash Page  ------------------------------------------ */

#splashContainer {
	margin-left: auto;
	margin-right:auto;
}

/* End Splash Page  ------------------------------------------ */

/*HTML Pages  ------------------------------------------ */

#textsiteContainer {
width: auto;
margin-left: auto;
margin-right: auto;
}


.htmlsite #korten1 {
background-color: #141B11;
width: 200px;
height: 6470px;
float: left;
}

.htmlsite #korten2 {
background-color: #335528;
width: 20px;
height: 6470px;
float: left;
}

.htmlsite #korten3 {
background-color: #7FBB57;
width: 5px;
height: 6470px;
float: left;
}

.htmlsite #korten4 {
background-color: #7FBB57;
width: 5px;
height: 6470px;
float: left;
}

.htmlsite #korten5 {
background-color: #335528;
width: 20px;
height: 6470px;
float: left;
}

.htmlsite #korten6 {
background-color: #141B11;
width: 200px;
height: 6470px;
float: left;
}

.htmlsite #blueback {
background-image:url(../images/bg_gradient.jpg);
repeat: yes;
width: 800px;
height: 6470px;
float: left;
}

.htmlsite #spryContent {
background-color: white;
width: 650px;
font: Arial, Helvetica, sans-serif, bold;
color: #000000;
}

.htmlsite #audience {
	background-color: #00FF99;
	width: 2000px;
	height: 250px;
	overflow: hidden;
	z-index: 99;
	bottom: 600px;
	position: fixed;
	visibility: visible;
	top: auto;
	float: left;
}

.htmlsite #sourcesiteContent {
width: 600px;
}

.htmlsite #SourceSiteContainer {
color:#000000;
}

/*End HTML Page  ------------------------------------------ */

.ComSite #header { 
} 

.ComSite #container {
	width:auto;
	height:auto;
}

#LookPage #container {
	margin-left: auto;
	margin-right: auto;
}

#LookPage #mashupcontainer {
	margin: 50px;
	padding: 25px;
	width:500px;
	height:650px;
}

#flashSite {
	display: block;
	padding: 10px;
	height: 600px;
	width: 1100px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: white thick;
}




.ComSite #footer { 
	padding: 0 10px; 
	background:#141B11;
	clear: both;
} 
.ComSite #footer p {
	margin: 0;
	padding: 10px 0; 
}
