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;
	outline: none;
}

body {
	background: url('../images/container_bg.png') 50% 0% repeat-y;
	margin: 0;
	padding: 0;
}

html {
	background: #333333 url('../images/bg.jpeg') 50% 0% repeat-x;
	height: 100%;
}

div#container {
	background: url('../images/content_2.png') 50% 1px no-repeat;
	width: 963px;
	height: 429px;
	margin: 0 auto;
	padding: 299px 0 0 25px;
	display: block;
	clear: both;
	position: relative;
}

div#container div#top_number {
	background: url('../images/number_bg.png') 50% 50% no-repeat;
	width: 343px;
	height: 53px;
	line-height: 53px;
	vertical-align: middle;
	text-align: center;
	display: block;
	position: absolute;
	top: 0px;
	left: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 29px;
	font-weight: bold;
	color: #fff;
}

div#container div#bottom_number {
	position: absolute;
	bottom: 85px;
	left: 303px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #fff;

}

h1,
h2,
h3 {
	position: absolute;
	left: -9999px;
	text-indent: -9999px;
}

div#container a {
	width: 289px;
	height: 238px;
	/* margin: 0 33px 0 0; */
	padding: 0;
	display: block;
	float: left;
}

.nomargin {
	margin: 0 !important;
}

.noright {
	margin-right: 0 !important;
}

.clearfix {
	clear: both;
}