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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

* html body{
	padding-left: 1px;
}

body {
	font-family: arial, sans-serif;
	color: #cccccc;
	background-color: #000000;
	overflow-y: scroll;
	font-size: 14px;
	line-height: 18px;
}

img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: none;
}

div{
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #2db2e6;
	font-size: 14px;
	font-family: arial, sans-serif;
	outline: none;
}
a{
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #2db2e6;
	font-size: 14px;
	font-family: arial, sans-serif;
	outline: none;
}

h1{
	font-weight: bold;
	font-size: 26px;
	margin: 22px 0;
}


/*  backgrounds */
.background{
	background-image: url(img/tile_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000000;
}
/* container */
.container{
	width: 923px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* footer */

.footer_copy{
	color: #2db2e6;
	font-size: 10px;
	font-weight: bold;
	width: 720px;
	position: absolute;
	left: 175px;
	padding-top: 5px;
}
