/* Reset CSS */
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Main CSS */
html, body {    
  height: 100%; 
}
body {
	background: #111111 url(../images/background.jpg);
  color: #888888;
  text-shadow: black 0px 1px 1px;
  margin: 0 auto;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, "Trebuchet MS", sans-serif;
}
a {
  color: #cccccc;
  text-shadow: black 0px 1px 1px;
  text-decoration: none; 
}
a:hover {
  text-decoration: underline;
}
.hidden {
	display: none;
}
#container {
	width: 960px;
	min-height: 100%;
	margin: 0 auto -182px auto;
	position: relative;
}
#logo {
	height: 218px;
  background: url(../images/light.png);
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 20%;
	text-shadow: rgba(255, 255, 255, 0.746) 0px 0px 20px;
	color: white;
}
#logo h1 {
  padding-top: 28px;
	font-size: 135px;
}
#logo a {
	text-shadow: rgba(255, 255, 255, 0.746) 0px 0px 20px;
	color: white;
}
#logo a:hover {
	text-decoration: none;
}
#info {
	margin-top: 12px;
	display: none;
}
#info li {
	width: 216px;
	min-height: 20px;
	padding-left: 24px;
  text-shadow: rgba(255, 255, 255, 0.746) 0px 0px 10px;
  font-size: 15px;
  float: left;
}
li.person {
	background: url(../images/person.png) top left no-repeat;
}
li.address {
	background: url(../images/address.png) top left no-repeat;
}
li.identity {
	background: url(../images/identity.png) top left no-repeat;
}
li.mail {
	background: url(../images/mail.png) top left no-repeat;
}
.clearfooter {
	width: 960px;
	clear: both;
}
footer {
	margin:	0 auto;
	width: 960px;
	position: relative;
	border-top: 1px solid #333333; 
}
#feedback {
	height: 20px;
  background: -moz-linear-gradient(top, #444444, #111111);
  background: -ms-linear-gradient(top, #444444, #111111);
  background: -o-linear-gradient(top, #444444, #111111);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#111111));
  background: -webkit-linear-gradient(top, #444444, #111111);
  background: linear-gradient(top, #444444, #111111);
  border-bottom: 1px solid #1A1A1A;
  border-top: 1px solid #888;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  margin: 10px auto;
}
#feedback ul li {
  width: 25%;
  float: left;
  text-align: center;
}
#contact {
	height: 109px;
	background: url(../images/footer_light.png) bottom center no-repeat;
	text-align: center;
  font-size: 12px;
  color: #999999;
}
#contact p {
	padding-top: 90px;
}
#contact a {
	color: #cccccc;
  text-decoration: none;
}