@font-face {
    font-family: 'Museo300';
    src: url('Museo300-Regular-webfont.eot');
    src: url('Museo300-Regular-webfont.eot?iefix') format('eot'),
         url('Museo300-Regular-webfont.woff') format('woff'),
         url('Museo300-Regular-webfont.ttf') format('truetype'),
         url('Museo300-Regular-webfont.svg#webfontBsA9EFUC') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo700';
    src: url('Museo700-Regular-webfont.eot');
    src: url('Museo700-Regular-webfont.eot?iefix') format('eot'),
         url('Museo700-Regular-webfont.woff') format('woff'),
         url('Museo700-Regular-webfont.ttf') format('truetype'),
         url('Museo700-Regular-webfont.svg#webfontNpXBDqia') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, div, p, a, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;	
}
body{
	background: url(../images/bg.jpg) center top no-repeat #202020;	
	font-family:"Museo 300", "Museo 700", SansSerif, "Open Sans";
	font-size: 24px;
}
#container{
	width: 1000px;
	margin: 0 auto;	
	text-align: center;
}
#cName{
	font-size: 24px;
	font-weight:300;
	color: #fff;
	margin-top: 227px;
	font-family:"Museo 300", "Museo 700", SansSerif, "Open Sans";
}
#message{
	color: #b9b9b9;
	font-size: 24px;
	margin-top: 95px;
}
#message a{
	color: #b9b9b9;
	font-weight: 700;
}
#message a:hover{
	color: #b9b9b9;
	font-weight: 700;
	text-decoration: none;
}
#message h2{
	font-size: 24px;
    font-size: 24px;
	margin-top: 10px;
	font-weight: 300;
}