
body {
	font-family: Arial;
    background: #FFFFFF;
}

p {
	padding: 5px;
	margin: 5px;
}

a,
a:visited {
	color: black;
}

img {
	border: 0;
}

h1#xkcd-title {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 10px;
	margin: 0;
	border: 1px solid #E3E3E3;
	background-color: #F3F3F3;
}
	h1#xkcd-title a {
		text-decoration: none;
	}

img#arrow-caption {
	position: absolute;
	top: 70px;
	left: 20px;
}
img#arrow-comic {
	position: absolute;
	top: 35px;
	left: 110px;
}

div#nav {	
	position: absolute;
	top: 20px;
	left: 230px;
	padding: 0;
	margin: 0;
	height: 40px;
	white-space: nowrap; 
}
	div#nav h2,
	div#nav p {
		display: inline;
		text-align: center;
	}
	div#nav h2 {
		height: 30px;
		padding: 10px;
		border: 1px solid #E3E3E3;
		background-color: #F3F3F3;
	}
	div#nav h2 a {
		text-decoration: none;
	}
	div#nav p {
		height: 20px;
		margin: 0;
		padding: 15px;
		font-size: small;
	}
	
div#content {
	clear: both;
	position: absolute;
	top: 80px;
	left: 70px;
	margin: 0 15px 0 15px;
}
	div#content div {
		text-align: center;
	}
	
div#xkcd-img,
div#ad {
	clear: both;
	width: auto;
}
	div#xkcd-img img {
		border: 0;
	}
	
div#xkcd-caption {
	float: left;
	width: 300px;
	border: 1px solid #E3E3E3;
	background-color: #F3F3F3;
	margin-top: 15px;
}

div#author {
	float: right;
	width: 170px;
	margin-top: 15px;
	font-size: small;
}
