@charset "utf-8";
#hugger {
	width: 1024px;
	height: 500px;
	background-color: #af0021;
	background-image: url(../images/kevchoi_splash.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: thick dashed #EEDAB7;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#intro {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 350px;
}
a {
	color: #FAF4E6;
	font-weight: bold;
}


body {
	width: 100%;
	background-color: #000000;
}
h1 {
	color: #FFFFFF;
	text-align: left;
	margin-left: 350px;
	text-indent: -10000px;
}
#signature {
	text-align: center;
	padding: 5px 0;
	font-size: 9px;
	font-family: "Courier New", Courier, monospace;
}
#signature a {
	color: #ccc;
	text-decoration: none;
	outline: none;
}

#signature a:hover {
	color: #fff;
	text-decoration: underline;
}