
body { 
	background: url(img/yell.png) repeat;
	margin: 0px;
	padding: 0px;
	color: #fe0000;
	background-color: #f9db74;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;  }
	
a { 
	color: #e11f27;
	font-size:14px;
	outline: none;
	text-decoration: none;
	font-weight:bold; }
	
a:hover {
	color: #930d13; }
	
img { border: none; }

.wrap {
	background: url(img/bg.png) no-repeat top;
	height: 500px;
	width: 850px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	text-align:center; }
	
	
