@charset "UTF-8";

@import url("reset.css");

body {
	background: url(layout/bg.png) top center #262321;
}
#container {
	width: 1005px;
	height: 552px;
	background: url(layout/box.png) no-repeat;
	margin: 100px auto 0;
	position: relative;
}
#container p {
	position: absolute;
	bottom: 80px;
	right: 200px;
}
#container p a, #container p a:visited {
	width: 219px;
	height: 20px;
	display: block;
	background: url(layout/email.jpg) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
#container p a:hover, #container p a:active {
	background-position: 0 -20px;
}