body{
	font-family: "Helvetica Neue", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
	color: #929191;
	background: url(images/movedbg.jpg) repeat-x bottom #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

*{
	margin: 0;
	padding: 0;
}

#header{
position: absolute;
bottom: 0px;
right: 0px;
float: right;
	width: 467px;
	height: 484px;
    margin: 0;
    padding: 0;
	background-image: url(images/moved.jpg);
	background-repeat: no-repeat;
}

#link{
	position: absolute;
	bottom: 210px;
right: 300px;
	width: 590px;
    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: #929191;
	 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%;
}