body {
	margin:0px;
	padding:0px;
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
}

#background {
	position:absolute;
	width:1200px;
	height:1200px;
	left:50%;
	margin-left:-600px;
}

#link {
	position:absolute;
	top:690px;
	left:345px;
	width:335px;
	height:50px;
	cursor:pointer;
}
