/* A little reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* ...and now some STYLE! */
body {
	background: #ffffff url('../img/bg.png') repeat top left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a{
	color: white;
	text-decoration:none;
}

a:hover{
	color: white;
	text-decoration:underline;
}

#content{display:none}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  width: 472px;
  height: 375px;
  margin-left: -236px;  /***  width / 2   ***/
  position: absolute;
  top: -220px;          /***  height / 2   ***/
  left: 50%;
}

#contacts {
   position:absolute;
   text-align:center;
   bottom:0;
   width:100%;
   height:35px;   /* Height of the footer */
   line-height:35px;
   color:white;
   background: url('../img/gray.png') repeat top left;
}


