@charset "utf-8";
/* `can */
body {
	background:#5aa3c8 url(images/bg.png) scroll repeat-x top;
	font-family: verdana, tahoma, arial;
	font-size: 10pt;
}
.header, .footer, .icerik { display: block; font-size: 9pt; }
.header[class] {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: transparent;
}
.footer[class] {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: transparent;
}
.icerik[class] {
	background-image: url(images/repeater.png);
	background-repeat: repeat-y;
	background-position: bottom;
	background-color: transparent;
}
a:hover { text-decoration: none; }
ul { list-style-type: square; }
