@charset "utf-8";
/* CSS Document */
body,html,div,span{
margin:0;
padding:0;	
}


body{
background-color:#3b3b3a;		
}

.generalContainer{
background-color:#FFFFFF;	
}

.logo{
margin:50px auto 0 auto;
width:473px;

}
.logo img{
margin:0 auto 0 auto;
width:473px;

}

.textContainer{
width:100%;
height:200px;
margin-top:50px;	
margin-bottom:50px;
}

.text{
	font-family:"Titillium Web Light";
	font-size:18px;
width:473px;
margin: 0 auto 0 auto;
	text-align:center;
}

.strokes{
width:100%;
height:108px;
	background:url(strokes.jpg) repeat-x;
}