/* 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* custom css */

html {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
body {
	background: #000;
	color: #FFF;
}
h1, h2 {
	font-size: 48px;
	font-weight: bold;
/*	padding: 5px 0;*/
	width: 400px;
}
h2 {
	font-size: 30px;
}
a {
	color: #6ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#content {
    width: 600px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -300px;
}

#menu, #twitter {
	width: 300px;
	float: left;
	margin-top: 140px;
}
#menu li {
	height: 50px;
}
#menu img {
	margin: 9px 15px 9px 10px;
	vertical-align: middle;
}
#menu a {
	text-transform: uppercase;
}

#me {
	position: absolute;
	right: 0;
	top: 0;
	border: solid 3px #fff;
}

.adr {
	display: none;
}
