/* 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 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: none; }
:focus { outline: 0; }
body { line-height: 1; }
ul, ol 	{ font-family: Arial; font-size: 12px; color: #606060; line-height: 17px; margin-left: 15px; padding-left: 0px;}
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }

/* MAIN CSS */
* body { background-color:#000; }
* html { height:100%; overflow-x: hidden; }
p {	font-family: Arial;	font-size: 12px; color: #7f7f7f;	line-height: 17px; }
a {	color: #a2a2a2; }
a:hover { color: #a2a2a2; text-decoration:none; }

.container	{ width:600px; height:120px; position:absolute; margin-left:-300px; left:50%; margin-top:-60px; top:50%; }
.logo		{ width:600px; margin-bottom:20px; }
.clear		{ clear:both; }

.btn		{ width:30px; height:30px; overflow:hidden; margin-right:20px; float:left; }
.btn a img:hover	{ margin-top:-30px; }