@import  '/reset.css';

html {
		
}
body {

  width: 600px;
  /*
  height: 880px;
  margin-top: -440px;
  margin-left: -300px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  */
  margin: 0px auto 0 auto;
  
}
#wrap {
}

a:link, a:visited, a:hover, a:active {
		border: 0;
		text-decoration: none;
}




a {
	
	color: #FFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
		
}

p {
	word-spacing: 16px;
	text-align: center;
}

img {
	display: block;
	margin-bottom: 22px;
	border: 2px solid #FFF;
	
}





