body{
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#pos{
	text-align: center;
	padding: -1000px;
}

#links{
	text-align: center;
}

a:link{
	color:  #000000;
}
a:visited{
	color:  #000000;
}
a:hover{
	color:  #00ced1;
}
