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%;
}
body{
	background-color: #000;
	background-image: url(../publish/images/background.gif);
	background-repeat: repeat;	
}
#container{
	width: 901px;
	margin: 0px auto;
}
#header {
	height: 200px;
	width: 901px;
	background-image: url(../publish/images/header.png);
}
#header h1 a {
	display: block;
	width: 901px;
	height: 200px;
	outline: none;
	text-indent: -9999px;
}

quote{
	color:#2a2a2a;
}

myname{
	font-weight: bold;
	font-size:16px;
}
mycomment{
	text-align:left;
}
#footer {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 2px;
	margin: 10px auto 50px auto;
	text-align: center;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 2px;
}
#footer a:visited{
	color: #FFF;	
}

