body {
	color: #f2f2f2;
	font-family: helvetica neue, helvetica, Arial;
	font-size: 16px;
	line-height: 1.4em;
	background-color: #121214;
}

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;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

img {
  border: 0;
}
form {
	margin: 0;
	padding: 0;
}
form table th {
  text-align: right;
  font-weight: normal;
  font-size: 12px;
}
form table td {
  font-size: 12px;
}
input {
	font-size: 14px;
}
a, a:visited {
  color: #f2f2f2;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}
a:hover {
  color: #6ea4d6;
}
#wrapper {
  text-align: center;
}
#v {
  clear: both;
  margin : 0 auto 0 auto;
  text-align: left;
  width: 800px;
}
a#l {
  margin-top: 40px;
  display: block;
	background: url('/i/l.png') no-repeat left top;
	width: 217px;
	height: 75px;
}
a:hover#l {
	background-position: left -75px;
}
a#l span {
  display: none;
}
#c {
  margin-left: 16px;
  margin-top: 40px;
  margin-bottom: 20px;
}
#c h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
}
#c h3 #love {
  display: none;
}
#c #internet {
  position: absolute;
  display: block;
  background: url('/i/espacially_on_the_internet.png') no-repeat left top;
	width: 191px;
	height: 33px;
	margin-top: 20px;
	margin-left: 520px;
	z-index: -10;
}
#list {
  margin-top: 60px;
  margin-left: 40px;
}
#list ul {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5em;
}
#list ul li a .arrow {
  color: #5987b2;
  padding-right: 10px;
}
#list ul li a:hover .arrow {
  color: #6ea4d6;
}

a#more_info {
  position: relative;
  margin-top: -48px;
  margin-left: 480px;
  color: #f2f2f2;
  display: block;
	background: url('/i/b.png') no-repeat left top;
	width: 183px;
	height: 46px;
}
a#more_info span {
  display: block;
  width: 183px;
	text-align: center;
	padding-top: 7px;
	line-height: 1em;
	text-shadow: 1px 1px 1px #3b3b3b;
}
a#more_info span small {
  font-size: 12px;
}
a:hover#more_info {
  color: #f2f2f2;
	background-position: left -46px;
}
a:active#more_info {
	background-position: left -92px;
}
#info {
  color: #1b1b1b;
  font-size: 18px;
}
#info a, #info a:visited {
  color: #5987b2;
}
#info a:hover {
  color: #6ea4d6;
}
#info #footer {
  font-size: 14px;
}

