@charset "UTF-8";
/* CSS Document */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #ffffff;
	width: 100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

a:link, a:visited, a:hover, .emph {
	text-decoration: none;
	color: #f00;
	font-weight: bold;
}

/* Layout */
#wrap {
	background: url(dtron/roots.jpg) top left no-repeat;
	width: 750px;
	height: 1000px;
	margin: auto;
	}

#title {
	width: 700px;
	padding: 40px 10px;
	margin: auto;
}

#image {
    width: 700px;
	margin: auto;
}

#menu {
	width: 700px;
	margin: 10px auto;
	}

#foot {
	clear: left;
	display: block;
	width: 690px;
	position: relative;
	margin: 100px auto 10px auto; 
	padding: 5px 0 5px 5px;
	font-size: 11px;
	line-height: 14px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#menu li {
	float: left;
	padding: 0;
	margin: 0;
}
