@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main {
	width:550px;
	height:700px;
	background-image:url(../images/k-background.jpg);
	padding:0;
	margin:0 auto 0 auto;
	background-repeat:no-repeat;
}

.blog a {
	display:block;
	float:left;
	width:69px;
	height:100px;
	margin:50px 0 0 0;
	background: url(../images/blog.jpg) 0 0 no-repeat;
}

.blog a:hover {
	background-position: -69px 0;
}

.design a {
	display:block;
	float:left;
	width:256px;
	height:250px;
	margin:125px 0 0 0px;
	background: url(../images/design.jpg) 0 0 no-repeat;
}

.design a:hover {
	background-position: -256px 0;
}

.writing a {
	display:block;
	width:125px;
	height:175px;
	margin:0 0 0 75px;
	background: url(../images/writing.jpg) 0 0 no-repeat;
	float:left;
}

.writing a:hover {
	background-position: -125px 0;
}

.films a {
	display:block;
	float:right;
	width:175px;
	height:225px;
	margin:0;
	background: url(../images/films.jpg) 0 0 no-repeat;
}

.films a:hover {
	background-position: -225px 0;
}

.me a {
	display:block;
	float:right;
	width:150px;
	height:75px;
	margin:50px 0 0 0;
	background: url(../images/me.jpg) 0 0 no-repeat;
}

.me a:hover {
	background-position: -150px 0;
}

.art a {
	display:block;
	float:right;
	width:150px;
	height:175px;
	margin:175px 0 0 0;
	background: url(../images/art.jpg) 0 0 no-repeat;
}

.art a:hover {
	background-position: -150px 0;
}

#footer {
	width:550px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
}

#footer a, #footer a:visited {
	font-size:x-small;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	font-size:small;
	color:#000000;
	text-decoration:none;
}