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

a {
	outline: none;
}

#artshowlink, #doodleshowlink {
	float: right;
}

#artshowlink {
	margin: 55px 0;
}

#doodleshowlink {
	position: relative;
	top: -20px;
}

body {
	background-color: black;
	color: white;
}

#content {
	margin: 40px auto;
	width: 900px;
}

img {
	border: none;
}

#logo {
	float: left;
}

#banner {
	float: right;
	position: relative;
	top: -65px;
}

#bottom {
	float: left;
	position: relative;
	top: -50px;
}

#featuring {
	position: relative;
	left: 20px;
}

#bottom img {
	margin: 0 0 0 25px;
}

#portraits {
	margin: 25px 0;
	width: 900px;
	text-align: center;
}
