@charset "UTF-8";
/* CSS Document */

body{

	width:100%;
	height:100%;
	text-align:centre;
}

#container{
	width:1000px;
	height:auto;
	margin: 0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
		
}

#logo{
	
}

#text{
	
		width:957px;
		text-align:center !important;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

p, a {
	color:#f9af9b;
	  -webkit-font-smoothing: antialiased;
		  opacity:.99;
		  text-rendering: optimizeLegibility;
		  -moz-osx-font-smoothing: grayscale;
}

a{
	text-decoration:none;
}


.new{
	
	font-size:32px;
	font-weight:100 !important;
}

.contact{
	font-size:25px;
	line-height:38px;
	font-weight:100 !important;
}