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

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0;
	padding: 0;
	background-color: black;
}

h1
{
	padding: 0;
	margin: 0;
	font-size: 16px;
}

a:link { color: white; }
a:visited { color: white; }
a:hover { color: #999999; }

#container
{
	position: absolute;
	width: 864px;
	left: 50%;
	margin-left: -432px;
	height: expression( this.scrollHeight < 601 ? "600px" : "auto" );
	min-height: 600px;
	background-color: #2E3029;
	background-image:url(../images/microphone-repeat.png)

}

#header
{
	height: 96px;
}

#left
{
	width: 216px;
	height: expression( this.scrollHeight < 441 ? "440px" : "auto" );
	min-height: 440px;	
	float: left;
}

#right
{
	width: 200px;
	height: expression( this.scrollHeight < 441 ? "440px" : "auto" );
	min-height: 440px;	
	float: right;
}


#content
{
	margin-left: 216px;
	margin-right: 200px;
	height: expression( this.scrollHeight < 441 ? "440px" : "auto" );
	min-height: 440px;
	padding-top: 40px;
	background-position: right;
	text-align:justify;
		
}

#footer
{
	height: 24px;
	border-top: solid 1px white;
	padding-top: 8px;
	padding-left: 8px;
	background-image:url(../images/footer-repeat.png);
}

#francomedia
{
	background-color: black;
	height: 30px;
}


