@charset "UTF-8";
/* CSS Document */

body {
	background-color:#222222;
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border-style: none;
}

#wrapper {
	
	width:740px;
	height:490px;
	margin:0px auto;
	text-align:left;
	padding: 15px;
}

#splash {
	height: 490px;
	width: 740px;
	background-image:url(http://inpieces.net/assets/splash.png)
}

#links {
	margin-top: 380px;
	margin-left: 55px;
	line-height: 100%;
	float: left;
	
}
