/* GENERAL*/
body {
	background-color: #ffffff;

}

/*LAYOUT*/

#normal {
	display: block;
	width: 450px;
	height: 600px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#normal a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
}

#normal a{
	width: 450px;
	height: 635px;
	background-image: url("http://www.nightofthewhitepantsmovie.com/welcome/welcome.jpg");
	border: 8px solid #333333;
}

#normal a:hover {
	background-image: url("http://www.nightofthewhitepantsmovie.com/welcome/welcome_over.jpg");
}

#accessibility {
	height: 1px;
	width: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#accessibility p, h1{
	height: 1px;
	width: 1px;
	text-indent: -9999px;
}

#design{
	display: block;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: -45px;
	color: #ffffff;
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#design a{
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#design a:hover {
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

