@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

hr { display: none; }

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;
	outline: 0;	
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}


ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */


body {
	
	background:#000; margin:0 auto; height:100%;
color: #FFF;
font-family: "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
font-size: 14px;

}
img {border:none;}
#clear {
clear: both;
}

#first_page{background:url(../img/logo.jpg) no-repeat #000; margin:0 auto; padding:0 auto; width:612px; height:605px;}

#first_page .button {float:left; position: relative; top:60%; left:6%; width:612px;}
#first_page .button_left {margin:0 auto; padding:0 auto; width:246px; height:36px; float:left;}
#first_page .button_left a {background:url(../img/button.png) top center no-repeat transparent; margin:0 auto; padding:0 auto; width:246px; height:36px; float:left;}
#first_page .button_left a:hover {background:url(../img/button.png) bottom center no-repeat transparent; margin:0 auto; padding:0 auto; width:246px; height:36px; float:left;}


#first_page .button_right { margin:0 0 0 20px; padding:0 auto; width:246px; height:36px; float:left;}
#first_page .button_right a {background:url(../img/button_real.png) top center no-repeat transparent; padding:0 auto; width:285px; height:36px; float:left;}
#first_page .button_right a:hover {background:url(../img/button_real.png) bottom center no-repeat transparent; padding:0 auto; width:285px; height:36px; float:left;}



