
body {
	background: #5c5960;
}

div.body {
	width: 65%;
}

body.login {
	background-image: url("Brick-Wall-Background-104.jpg");
}

div.login-text {
	width: 100%;
	font-family: "Because We Create", fantasy, cursive, sans-sarif;
	font-size: 25vw;
	text-align: Center;
	color: red;
	rotate: -10deg;
}

div.login-form {
	position: fixed;
	bottom: 0;
	right: 1%;
	opacity: 0.25;
}

div.login-form input {
	radius: 5px;
}

div.header-logo {
	height: 125px;
}

div.header-logo img {
	width: 100px;
	float: left;
}

div.header-logo h1 {
	float: none;
	height: 100px;
	padding: 2%;
	margin: 7%;
}

div.bookmark-list {
	margin: 1%;
	background: #5d6061;
	border-radius: 7px;
	float: left;
	vertical-align: Top;
}

div.bookmark-list h2 {
	text-align: Center;
	border-radus: 7px;
	font-size: 20px;
	font-weight: bold;
}

div.donate {
	width: 90%;
	margin: 1%;
	padding: 1%;
	background: #5d6061;
	border-radius: 7px;
	float: left;
	vertical-align: Top;
	text-align: Center;
}

div.donate table {
	width: 100%;
	text-align: Center;
	margin: 1%;
	padding: auto;
}

li.bookmark {
	width: 350px;
	margin: 1%;
	padding: 1%
}

div.footer {
	width: 90%;
	height: 10%;
	clear: left;
	text-align: Center;
}

img.donate {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
