body, html, div, p, span, a {margin: 0px; padding: 0px; border: 0px; font-family: 'Montserrat'; text-decoration: none; }
body, html {width: 100%; height: 100%;}
a:link, a:visited { color: #800000; }
body{
	background: #000000 url("/images/BG.svg") no-repeat fixed center;
	background-size: cover;
}
.main{
	position:absolute;
	width: 720px;
	height: 452px;
	left: 50%;
	margin-left: -360px;
	top: 50%;
	margin-top: -226px;
}
.logo{
	position: absolute;
	width: 540px;
	height: 341px;
	left: 90px;
	top: 0px;
}
.logoseal{
	position: absolute;
	width: 244px;
	height: 244px;
	left: 148px;
	top: 0px;
	background: url('/images/Bon_Accord_logo_seal.png') no-repeat center;
	background-size: 244px;
}
.logotext{
	position: absolute;
	width: 540px;
	height: 100px;
	left: 0px;
	top: 241px;
	background: url('images/Logo_Text.svg') no-repeat center;
	background-size: 540px;
}
.rope{
	position: absolute;
	width: 720px;
	height: 16px;
	left: 0px;
	top: 341px;
	background: url('images/rope_720.svg') no-repeat center;
	background-size: 720px;
}
.menu_row{
	position: absolute;
	width: 720px;
	height: 96px;
	left: 0px;
	top: 356px;
}
.menuitem{
	position: absolute;
	width: 96px;
	height: 96px;
	cursor:pointer;
	background: url('/images/button_bg.svg') no-repeat center;
	background-size: 96px;
	color: #800000;
	text-align: center;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -.5px;
	line-height: 96px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.menuitem:hover{
	background: url('/images/button_over.svg');
}
.menuactive{
	position: absolute;
	width: 96px;
	height: 96px;
	background: url('/images/button_active.svg') no-repeat center;
	background-size: 96px;
	color: #fff0f0;
	text-align: center;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -.5px;
	line-height: 96px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#films{
	left: 0px;
	top: 0px;
}
#tv{
	left: 124.8px;
	top: 0px;
}
#agency{
	left: 249.6px;
	top: 0px;
}
#contact{
	left: 374.4px;
	top: 0px;
}
#about{
	left: 499.2px;
	top: 0px;
}
#reel{
	left: 624px;
	top: 0px;
}
.logo_sub{
	position: absolute;
	width: 720px;
	height: 122px;
	left: 50%;
	margin-left:-360px;
	top: 9px;
}
.logoseal_sub{
	position: absolute;
	width: 122px;
	height: 122px;
	left: 15px;
	top: 0px;
	background: url('/images/Bon_Accord_logo_seal.png') no-repeat center;
	background-size: 122px;
}
.logotext_sub{
	position: absolute;
	width: 540px;
	height: 100px;
	left: 152px;
	top: 11px;
	background: url('images/Logo_Text.svg') no-repeat center;
	background-size: 540px;
}
.rope_sub{
	position: absolute;
	width: 720px;
	height: 16px;
	left: 50%;
	margin-left:-360px;
	top: 126px;
	background: url('images/rope_720.svg') no-repeat center;
	background-size: 720px;
}
.menu_row_sub{
	position: absolute;
	width: 720px;
	height: 96px;
	left: 50%;
	margin-left:-360px;
	top: 144px;
}
.contentarea{
	position: absolute;
	width: 720px;
	left: 50%;
	margin-left: -360px;
	top: 284px;
	color: #fff0f0;
	text-align: justify;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-indent: 40px;
	line-height: 21px;
}

.about_content{
	min-height: 360px;
	background: url('images/cej.jpg') no-repeat left top;
	background-size: 225px;
	padding-left: 230px;
}