*
{
	margin: 0;
	padding: 0;
	outline: none;
}

body
{
	background: #ffffff;
}

#container
{
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#slideshow
{
	padding-top: 70px;
}

h1#kep
{
	position: absolute;
	display: block;
	width: 401px;
	height: 29px;
	background: transparent url("/_images/kep.gif") top left no-repeat;
	text-indent: -300000px;
	top: 37px;
	left: 396px;
}

a
{
	position: absolute;
	display: block;
	height: 29px;
	top: 38px;
	text-indent: -300000px;
}

a#email
{
	width: 72px;
	left: 0px;
	background: transparent url("/_images/email.gif") top left no-repeat;
	background-position: 8px -18px;
}

a#email:hover
{
	background-position: 8px 7px;
}

a#blog
{
	width: 64px;
	left: 72px;
	background: transparent url("/_images/blog.gif") top left no-repeat;
	background-position: 12px -18px;
}

a#blog:hover
{
	background-position: 12px 7px;
}