@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/kar-pattern-desen.jpg);
}
#banner {
	background-image: url(../img/good_designer.jpg);
	height: 132px;
	width: 617px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	color: #FFF;
	background-color: #000;
	text-align: center;
	height: 30px;
	width: 617px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #FFF;
	height: auto;
	width: 597px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	color: #F90;
	background-color: #000;
	text-align: center;
	height: 100px;
	width: 617px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #093;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FC0;
}
.logo {
	color: #AA3535;
	font-size: 64px;
	font-family: "Comic Sans MS", cursive;
	text-align: right;
	line-height: 132px;
}
