@charset "UTF-8";
/* CSS Document */
#wireframe{
	margin:25px auto 0px auto;
	height:535px;
	width:890px;
	border:#ba9a32 solid thick;
	border-radius:10px;
	background-color:#000;
	padding-top:28.5px;
}
#wireframeLinks{
	margin: 0px auto;
	background-color:#000;
	width:410px;
	height:200px;
}

#wireframeLinks ul a{
	text-decoration:none;
	float:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#ba9a32;
	font-size:35px;
	border:medium solid #ba9a32;
	border-radius:10px;
	height:45px;
	width:400px;
	margin-top:20px;
	padding-top:10px;
}
#wireframeLinks a:hover {
	background-color: #ba9a32;
	color:#000;
	transition:1s background-color, color, border-color;
}

