@charset "utf-8";

/* CSS Document */
body
{
	margin:0;
	padding:0;
	height:100%;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	position:relative;
}

.textBox
{
	width:600px;
	text-align:justify;
	padding:20px 0 0 15px;
}

.fc
{
	float:left;
	clear:none;
}

.nfc
{
	float:none;
	clear:both;
}
.logoHolder{
	width:360px;
	margin:20px 0 0 78px;}
	
.imgMargin{
	margin:10px 0;}
	
#galleryLink{
	width:320px;
	height:265px;
	position:absolute;
	top:322px;
	left:638px;
	display:block;
}
#videoHolder{
	width:320px;
	height:265px;
	position:absolute;
	top:42px;
	left:637px;
	display:block;
}

