@charset "UTF-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
	background-color:#E9F1FE;

}

img
{
	border:none !important;	
}

a
{
	text-decoration:none;
	
}

#Wrapper
{
	background-image:url(images/bgd.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:left;
	width:950px;
	height:765px;
	position:relative;
}


#Header, #Video, #Middle, #Content, #Nav, #Footer
{
	position:absolute;
	z-index:10;
	background-color:transparent !important;

}

#Header
{
	top:0;
	left:18px;
	width:914px;
}
	
	.float-right
	{
		float:right;
	}
	
	.float-left
	{
		float:left;	
	}
	
	.margin-small
	{
		margin-right:10px;
	}

#Video
{
	width: 483px;
	height: 333px;
	left: 47px;
	top: 115px;
}

#Middle
{
	width: 348px;
	height: 356px;
	left: 560px;
	top: 94px;
}

a.middleTop
{
	width:352px;
	height:201px;
	display:block;
}

a.middleBottom
{
	width:352px;
	height:156px;
	display:block;
}

#Content
{
	width: 865px;
	height: 160px;
	left: 51px;
	top: 493px;

}
#Content a
{

		background-color:#1D1D1D;
}
#Nav
{
	left: 41px;
	width: 891px;
	height: 67px;
	top: 647px;
}

#Footer
{
	width: 248px;
	height: 30px;
	left: 489px;
	top: 725px;
}

.footer-btn
{
	display:block;
	padding:4px 0px 4px 0px;
background-color:transparent;
	width:248px;
	
}

	
