
/*--------------------------

RESET

--------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset,
img {
border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
font-style: inherit;
font-weight: inherit;
}

del,ins {
text-decoration: none;
}


caption,th {
text-align: left;
}

h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
}

q:before,q:after {
content: '';
}

abbr,acronym {
border: 0;
font-variant: normal;
}

sup {
vertical-align: baseline;
}

sub {
vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
color: #000;
}

input,button,textarea,select,optgroup,option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {
*font-size: 100%;
}

/*-------------------------------------

FONTS RESET

-------------------------------------*/

strong{
	font-weight:bold;
}

A:link,A:visited {
color:#000;
text-decoration:none;
}

* { margin:0; padding:0; }

html {

	height:100%;
	width:100%;
}

	BODY {
font:12px Tahoma, Geneva, sans-serif;
color:#000000;
text-align:center;
width:100%;
height:100%;
padding:0px;
margin:0px;
}

A:hover {
text-decoration:underline;
}

IMG {
border-style:none;
}

#site{
	width:600px;
	height:auto;
	position:relative;
	margin:0 auto;
	text-align:center;
	padding-top:40px;
}

#logo{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	text-align:center;
	padding-bottom:30px;
}

#yazi{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	text-align:center;
	font:normal 17px Tahoma, Geneva, sans-serif;
	color:#333;
	line-height:22px;
}