html, body {
	margin: 0;
	padding: 0;
	background-color: black;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	color: #ffffff

}

p.small {
	font-size: smaller;
}

p.small a {
	color: white;
	text-decoration: none;
}

p.small a:hover {
	text-decoration: underline;
}

h1 {
	color: white;
}

#page-container {
	width: 600px;
	margin: auto;
}

img {
	border: none;
}

#header {
	background-color: black;
	height: 200px;
	
}

#sidebar1 {
	background-color: black;
	height: 250px;
	margin-right: 300px;

}

#sidebar2 {
	background-color: black;
	width: 300px;
	height: 250px;
	float: right;

}

#sidebar2 .padding {
	padding: 25px;
}

#sidebar2 a {
	color: #bcbcbc;
	text-decoration: none;
}

#kiki-container {
	width: 800px;
	margin: auto;
	padding-top: 30px;
}

#kiki-content {
	width: 570px;
	height: 700px;
	padding-top: 5px;
	padding-right: 30px;
	
}

#kiki-sidebar {
	width: 200px;
	height: 550px;
	float: right;
	padding-left: 5px;
	padding-top: 10px;
	color: gray;
	font-style: italic;
}

#kiki-footer {
	height: 80px;
	border-top: 1px solid white;
	text-align: center;
	font-size: 10px;
	background-color: white;
	color: black;
	
}

#footer {
	font-size: small;
	background-color: black;
	height: 50px;
	text-decoration: none;
	text-align: center;
}

#footer {
	display: none;
	text-decoration: none;
	height: 40px;
	font-size: smaller;
}

