body
{	
	width:100%;
	height:auto;
	background-position:top;
	background-color:#222;
	background-image:url(../files/picture/brushed2.png);
	font-family:roboto, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow: scroll;
}

#head
{
	width:100%;
	height:20px;
	background-color:#222;
	background-image:url(../files/picture/brushed2.png);
	top:0px;
	position:relative;
}
#head .strip
{
	width:100%;
	height:1px;
	background-color:#fff;
	position:absolute;
	bottom:0px;
}

#advertise
{
	width:100%;
	height:auto;
	top:0px;
	background-color:#eee;
	position:relative;
	animation:advertise 3s;
	-moz-animation:advertise 3s; 
	-webkit-animation:advertise 3s;
	-o-animation:advertise 3s;
}

/* -------------------------keyframe advertise---------------------------*/
@keyframes advertise
{
from {
opacity: 0;
-webkit-transition: opacity;
}
to {
opacity: 1;
}
}

@-moz-keyframes advertise
{
from {
opacity: 0;
-webkit-transition: opacity;
}
to {
opacity: 1;
}
}

@-webkit-keyframes advertise
{
from {
opacity: 0;
-webkit-transition: opacity;
}
to {
opacity: 1;
}
}

@-o-keyframes advertise
{
from {
opacity: 0;
-webkit-transition: opacity;
}
to {
opacity: 1;
}
}
/* -------------------------keyframe advertise---------------------------*/

#content
{
	width:100%;
	height:auto;
	top:0px;
	background-color:#eee;
	background-image:url(../files/picture/fresh.png);
	position:relative;
}

#content .menu2
{
	width:980px;
	top:0px;
	height:auto;
	left:50%;
	margin-left:-490px;
	position:relative;

}

#content .eskanusa
{
	width:980px;
	height:auto;
	left:50%;
	margin-left:-490px;
	position:relative;
	top:0px;
	text-align:justify;
	font-weight:300;
	font-size:13px;
	color:#111;
}

#content .eskanusa span.url4
{
	font-weight:600;
}

#copyright
{
	width:100%;
	height:20px;
	position:relative;
	top:0px;
	font-weight:300;
	font-size:14px;
	color:#ddd;
}

#copyright .strip2
{
	width:100%;
	height:1px;
	background-color:#e8e8e8;
	position:absolute;
	top:0px;
}

#copyright span.url
{
	color: #eee;
}

#facebooktwitter
{
	position:fixed;
	left:0px;
	height:150px;
	width:75px;
	top:50%;
	margin-top:-75px;
	animation:ft 1s;
	-moz-animation:ft 1s; 
	-webkit-animation:ft 1s;
	-o-animation:ft 1s;
}

/* -------------------------keyframe ft---------------------------*/
@keyframes ft
{
0%   {left:-100px; top:50%; margin-top:-75px}
100%   {left:0px; top:50%; margin-top:-75px}
}

@-moz-keyframes ft
{
0%   {left:-100px; top:50%; margin-top:-75px}
100%   {left:0px; top:50%; margin-top:-75px}
}

@-webkit-keyframes ft
{
0%   {left:-100px; top:50%; margin-top:-75px}
100%   {left:0px; top:50%; margin-top:-75px}
}

@-o-keyframes ft
{
0%   {left:-100px; top:50%; margin-top:-75px}
100%   {left:0px; top:50%; margin-top:-75px}
}
/* -------------------------keyframe ft---------------------------*/

a { text-decoration: underline; }
a img { border-width: 0; } 	