* {
	margin : 0px;
	padding : 0px;
}
a, a:active, a:visited {
	color : #333333;
}
body {
	text-align : center;
	color : #333333;
}
#logo {
	display : block;
	width : 305px;
	height : 305px;
	margin : auto;
	margin-top : 100px;
	background-image : url('logo.jpg');
	background-repeat : no-repeat;
}
.slogan {
	margin-top : 30px;
	font-family : Georgia, serif;
	font-size : 24px;
}

.footer {
	color : #333333;
	font-size : 14px;
}
#bottom-left {
	display : block;
	position : fixed;
	left : 10px;
	bottom : 10px;
	text-align : left;
}
#bottom-middle {
	display : block;
	position : fixed;
	width : 100%;
	bottom : 10px;
	text-align : center;
}