/* CSS Document */

body {
	background-color: #fffaf0;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
div#cont {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 688px;
}
.plug {
	position: absolute;
	left: 275px;
	top: 167px;
	width: 143px;
	height: 89px;
	
}
.plug a {
	background-color: #fffaf0;
	display: block;
}
.plug a:link {
	background-color: #fffaf0;
}
.plug a:visited {
	background-color: #fffaf0;
}
.plug a:hover {
	background-color: #FFCC00;
	width: 143px;
	height: 89px;
}

