body{
	font-family: "Helvetica Neue", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
	color: #000;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

*{
	margin: 0;
	padding: 0;
}

#header{
	width: 350px;
	height: 200px;
    margin: 0 auto;
    padding: 0;
	background-image: url(images/soon.jpg);
	background-repeat: no-repeat;
text-align: center;
}

#link{
	width: 758px;
    margin: 0;
    padding: 0px;
	text-align: center;
}

h1{
	font-size: 130%;
}

p{
   	 margin: 0;
     padding: 0;
     border-style: none;
     font-family: verdana, sans-serif;
     color: #F9FCFA;
	 cursor: help;
     text-decoration: none;
}

a{
	margin: 0;
	padding: 0;
	cursor: help;
}

a:hover{
	color: #00436A;
    font-style: italic;
    text-decoration: none;
}

b{
	font-size: 100%;
}