body 
{ 
	background-color: #32C5F4;
	background-image: url("TE_BACKGROUND-TRANSPARENT.png"); 
}

h1
{
	font-size: 4em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;

}

.MenuButton
{
	border: none;
}


#wrapper 
{ 
	width: 1200px;
	margin-left: Auto;
	margin-right: Auto;	
}

#banner 
{ 
	height: 220px;
	//background-color: rgba(255,255,255,0.2);
}

#BannerID
{
	width: 1200px;
	float: center;
}

#BannerImage
{
	width: 1200px;
}


#menu 
{ 
	height: 58px;
	background-color: rgba(0,0,0,0.6);

}

a:link 
{
    	text-decoration: none;
	color: #32C5F4;
}

a:visited 
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover 
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
    	text-decoration: underline;
	color: #FFFFFF;
}

#Buttons
{
	width: 900px;
	margin: 0 auto;
}

#AboutBtn
{
	width: 215px;
	float: left;
	margin: 4px;
}

#ProductionBtn
{
	width: 215px;
	float: left;
	margin: 4px;
}


#ServicesBtn
{
	width: 215px;
	float: left;
	margin: 4px;
}

#ContactBtn
{
	width: 215px;
	float: left;
	margin: 4px;
}

#Social
{
	width: 260px;
	float: left;
}

#mainbody 
{ 
	height: 550px;
	background-color: rgba(255,255,255,0.95);
	padding-top:1px;
	padding-left:10px;
	padding-right:10px;
}

#footer 
{ 
	height: 45px;
	background-color: rgba(0,0,0,0.6);
	text-align:center;
	padding-top:5px;
	color: rgba(255,255,255,1);
}

