* { padding: 0; margin: 0; }
body, html { width: 100%; }

img { border: 0; /*display: block;*/ }
img.latex { display: inline; }
div, form { display: block; }

/* GLOBAL STYLES - START */

body {
	background: #FFF url(images/background.jpg) repeat; 
	font-size: 14px;
	color: #282828;
	font-family: Helvetica, Tahoma;
}

p {
	line-height: 1.2em;
}

a, a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

.small {
	font-size: 11px; 
}

.code { padding: 1em; }

/* GLOBAL STYLES - END */

/* LAYOUT - START */

#wrapper {
	margin: 0 auto;
	width: 453px;
	padding:20px 0;
}

#tombstone-top {
	background-image: url(images/tombstone.gif);
	background-repeat: no-repeat;
	width: 453px;
	height: 322px;
}

#tombstone {
	background-color: #000;
	width: 453px;
}

#tombstone-text {
	background-color: #000;
	padding-top: 40px;
	padding-left: 70px;
	width: 320px;
}

#tombstone-text p {
	color: #bbbbbb;
	padding: 10px 0;
	border-top: 1px solid #333333;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 130px;
	width: 453px;
	padding-top: 30px;	
	background-color:#000000;
}

#footer p {
	font-weight: bold;
	color: #FFF;
}

#loading {
	text-align: center; 
	display: none;
}

#morelinks {
	padding-left: 70px;
	width: 320px;
}

#morelinks p {
	padding: 30px 0;
	border-top: 1px solid #333333;
	text-align:center;
}
