/**
  Simply5 Base CSS
  
  @version 1.0
  @author Sean Nieuwoudt
  @copyright Simply5 2009
  
*/

#wrap{
	width:400px;
	height:200px;
	top:100px;
	background:url("../images/site/logo.gif") no-repeat center top;
	margin:0 auto;
	position:relative;
}

#intro{
	position:relative;
	top:150px;
	left:47px;
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:15px;
	color:#494949;
}