﻿@font-face {
	font-family: CentraleSans-Light;
	src: url(../fonts/CentraleSans-Light.otf);
}
	
@font-face {
	font-family: HelveticaNeueLTStd-Roman;
	src: url(../fonts/HelveticaNeueLTStd-Roman.otf);
}

body { 
	 width:960px;
	 margin: 0 auto; 
}
	
.bgContainer {
	height:800px;
	margin-top: 0px;
	background-image: url("../../images/home/Background.png");
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-left: 90px;
}
    
.contentContainer {
	width: 310px;
	color:white; 
	font-family: HelveticaNeueLTStd-Roman;
	font-size:15pt;
}
    
.contentContainer .contentHeader {
	font-family: CentraleSans-Light;
	font-size:30pt;
}
	
.contentContainer .highlight_phone {
	color:#b5bd00;
}
	

	



