/* reset.css: */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	font-family: arial,helvetica,sans-serif;
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img {
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym {
  border:0;
}

/* 8mts styles */

body {
	min-width: 505px;
	padding: 0;
	text-align: center;
}
#body {
	border: 1px solid black;
	padding: 1px;
}
#body img.i {
	padding-bottom: 1px;
}
#body h2 {
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 20px;
	margin: 10px 0 1px 0px;
	padding: 0;
}
#body #next {
	float: right;
	text-align: right;
	width: 100px;
}
#body #pagination {
	font-size: 24px;
	font-weight: bold;
	height: 1em;
	letter-spacing: -1px;
	margin: 5px;
	text-transform: uppercase;
}
#body #pagination a {
	color: black;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}
#foot {
	padding: 5px 0;
}
#head {
	background: url("http://www.8mts.com/o/hd.jpg") no-repeat;
	height: 124px;
	width: 504px;
}
#head h1 {
	height: 124px;
	text-indent: -2000px;
	width: 504px;
}
#page {
	margin: 0px auto;
	text-align: left;
	width: 504px;
}
