/* Fontfaces */
@font-face {
	font-family: 'HelveticaNeue-Bd';
	src: url('../fonts/HelveticaNeue-Bd.eot');
	src: url('../fonts/HelveticaNeue-Bd.woff') 
	format('woff'), 
	url('../fonts/HelveticaNeue-Bd.ttf') format('truetype'), 
	url('../fonts/HelveticaNeue-Bd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 
@font-face {
	font-family: 'HelveticaNeue-UltLt';
	src: url('../fonts/HelveticaNeue-UltLt.eot');
	src: url('../fonts/HelveticaNeue-UltLt.woff') format('woff'), 
	url('../fonts/HelveticaNeue-UltLt.ttf') format('truetype'), 
	url('../fonts/HelveticaNeue-UltLt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue-Lt';
	src: url('../fonts/HelveticaNeue-Lt.eot');
	src: url('../fonts/HelveticaNeue-Lt.woff') format('woff'), 
	url('../fonts/HelveticaNeue-Lt.ttf') format('truetype'), 
	url('../fonts/HelveticaNeue-Lt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 

/* Main page */


#home{
	background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-position: top center ;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 1;
    margin: 0 auto 0 auto;
    width: 944px;
	height: 700px;
	overflow: hidden;
}

.header {
	display:block;
	padding-top: 300px;
	padding-left: 584px;
	width: 360px;
	height: 120px;
    position: relative;
}
.text {
	display:block;
	padding-top:10px;
	padding-left: 374px;
	width: 570px;
	height: 120px;
    position: relative;
}
.logo{
	display:block;
	background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    margin-left:10px;
    position: relative;
    margin-top:-40px;
    width: 188px;
	height: 70px;
}

#footer p{
	text-align: center;
	position: relative;
	font-size: 12pt;
	color: #cccccc;
	top: 660px;
	padding-bottom:15px;
}


/* Font specs */

h1 {
	font-family: 'HelveticaNeue-UltLt';
	color: #336699;
	text-align: right;
	font-size: 36pt;
	line-height: 50px;
}

p {
	font-family: 'HelveticaNeue-Lt';
	color: #666666;
	text-align: right;
	font-size: 14pt;
}


a {
    color: #339966;
    font-family: 'HelveticaNeue-Bd';
    font-size: 14pt;
    text-align: right;
}
