body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}
p { }

img { border: 0; }

a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.title {
	color: black;
	font-size: 13px;
}
.main {
	color: #666666;
	font-size: 11px;
}
.credit {
	color: gray;
	font-size: 9px;
}

#kep {
	width: 180px;
	height: 200px;
	display: table;
	text-align: center;
	float: left;
}
#kep div {
	display: table-cell;
	vertical-align: bottom;
}
#kep table {
	margin-left: auto;
	margin-right: auto;
}

div.container {
	padding: 0pt 10pt;
}

div.spacer {
	clear: both;
}

