/*--------------------------------
KEVINYOUNGPOETRY.COM
Intro Page Stylesheet
Copyright 2009 Kevin Young
Author: Michael Borum//etherweave
http://www.etherweave.com

Version: January 2009
---------------------------------*/

body {
	background: #000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	}

#container {
	width: 500px;
	margin: 15% auto 0 auto;
	padding: 0;
	text-align: center;
	}

#masthead { /* "Kevin Young" */
	display: block;
	width: 235px;
	height: 44px;
	margin: 0 auto 50px auto;
	padding: 0;
	}
	
.photo {
	border: 1px solid #fff;
	width: 85px;
	height: 73px;
	margin: 0 auto 0 auto;
	padding: 0;
	}

a img.photo:hover {
	border: 1px solid #369;
 	}
 	
.swirl {
	display: block;
	width: 166px;
	height: 56px;
	margin: 50px auto 50px auto;
	padding: 0;
	}

#footer { /* Copyright and other footer information */
	width: 770px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 14px;
	text-align: center;
	margin: 100px auto 0 auto;
	padding: 0;
	}

#footer a:link {
	color: #999;
	text-decoration: underline;
	}

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

#footer a:hover {
	color: #369;
	text-decoration: underline;
	}

#footer a:active {
	color: #ccc;
	text-decoration: underline;
	}
