body{
margin: 0;
background: #ffff00;
font-family: verdana, arial, helvetica, sans-serif;
color: #ffff00;
font-size: 80%;
}

#container{
width: 100%;
text-align: center;
vertical-align: middle;
margin: auto;
}

.image{
	margin-top: 20px;
}

.link a{
	background: transparent;
	display: block;
	bottom:30px;
	height:30px;
	position:relative;
	width:305px;
	left: 58%;
	outline: none;
}

.link a:hover,.link a:active,.link a:focus{
	text-transform: none;
	outline: none;
}

.link a span{
	position: absolute;
	top: -100000px;
}


