/*Start 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 {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* End Reset */


html, body {
    height: 100%;
    background-color: #000;
}

#wrap {
    position: relative;
    width: 794px; 
    margin: 0px auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    background-color: #000;
}

.bg_content {
	padding-top:150px;
	width:794px;
	height:620px;
	background: url(/images/bg.png) bottom no-repeat;	
}
.content {
	width:400px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #6D6D6F;
}
.logo {
	float: right;
	margin: -350px -6px 0 0;

}
.error img {
	float: left;	
}
.error {
	height: 104px;
	margin: 0 0 30px 0;
}
.error p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #6D6D6F;
}
.error404 {
	padding: 20px 0 0 60px;	
}
.error404 p span{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:64px;
	color: #6D6D6F;
}

.nofound {
	padding: 0 0 0 60px;	
}

.nofound p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #EF5125;
}

.menu {
	margin: 40px 0 0 0;
}
.menu ul li a {
	color: #2D3983;
	font-size: 12px;
}
.menu ul li {
	margin: 0 0 12px 0;
}