@charset "utf-8";
/*formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #663300;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
/* link style
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #996633;
	text-decoration: underline;
}
a:visited {
	color: #660033;
	text-decoration: underline;
}
/* basic layout
----------------------------*/
#wrapper {
	background-color: #CCCCFF;
	margin: 10px auto;
	width: 760px;
	background-image: url(images/back1.jpg);
}
#main {
	height: 520px;
	position: relative;
}
#main #welcome {
	position: absolute;
	left: 206.5px;
	top: 240px;
}
#main #kukuienter {
	position: absolute;
	left: 350px;
	top: 48px;
}
#main #lilikalaenter {
	left: 100px;
	top: 319px;
	position: absolute;
}

#footer {
	background-color: #663333;
	padding: 5px;
	color: #FFFFCC;
}
