@charset "utf-8";
* {
margin:0px;
padding:0px;
}
#wrapper, #container {
  	height: 217px;
  	width: 600px;
}
#wrapper {
  	bottom: 50%;
  	right: 50%;
  	position: absolute;
}
#container {
  	left: 50%;
  	position: relative;
  	top: 50%;
	background-image: url(../images/Multiskill_background.jpg);
	background-repeat: no-repeat;
}
#links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 83px;
	width: 153px;
	position: absolute;
	left: 448px;
	top: 135px;
}
#links p {
	margin-left: 10px;
}
a:link,a:visited {
	text-decoration:none;
	color:#878684;
	font-weight: bold;
}
a:hover {
text-decoration:underline;
color:#ff6600;
}
p {
	margin-top: 5px;
}
#apDiv1 {
	position:absolute;
	left:512px;
	top:13px;
	width:89px;
	height:24px;
	z-index:1;
}
