body {
	margin: 0;
	background: url("https://file.garden/ZqfZlg436UJIw7lW/dnl-website/images/bg.png");
}

p {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.5em;
}

a {
	color: #AAAAFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

header {
	background: url("https://file.garden/ZqfZlg436UJIw7lW/dnl-website/images/header.png");
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	height: 48px;
}

.header-center {
	margin: 0 auto;
	padding: 5px;
	min-width: 1000px;
	max-width: 1000px;
}

#logo {
	float: left;
	margin-right: 15px;
}

header a {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	color: white;
	text-decoration: none;
}

header a:hover {
	color: #CCCCCC;
}

/* body stuff */

#main-container {
	margin: 25px auto;
	min-height: 400px;
	padding: 15px;
	width: 1000px;
}

#main-container p {
	color: #DBD0CD;
	font-size: 14px;
	font-weight: normal;
}

.left-div {
	float: left;
	margin: auto;
	width: 630px;
}

.left-div p {
	padding: 5px;
}

.left-div a {
	padding: 5px;
}

.right-div {
	float: right;
	margin: 0;
	text-align: center;
	width: 350px;
}

#main-download {
	width: 212px;
	height: 44px;
	color: white;
	background: linear-gradient(#F6942A, #99591A);
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	border: 0;
	border-radius: 8px;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

ol {
	text-align: left;
	padding-left: 75px;
	color: #DBD0CD;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

/* bottom section */

#tumblrblog {
	width: 265px;
	padding: 5px;
}

.namelink {
	color: #AAAAFF;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
	margin-left: 5px;
}

#tumblrblog p {
	line-height: 1em;
}