	body {
		background: url(../img/bg.jpg) repeat;
		color:#3f290b;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		font-family: Georgia;
		font-size:66%;
		text-align: center;
		position: relative;
		}
		
		#content {
      background: url(../img/coming-soon.png) no-repeat center;
      text-align: center;
      height: 200px;
      width: 100%;
      position: relative;
      top: -50%
		{
		

  a, a:link, a:visited {
	color:#fffdd8;
}

a.special {
	border:1px dashed #fffdd8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	text-decoration:none;
	margin:0px 0px 20px 0px;
}

a.special:hover {
	border:1px solid #fffdd8;
}
