@charset "utf-8";
/* CSS Document */


body {
	background-image:url(../img/wallpaper.png);
	background-repeat:repeat-x;
	background-color:#eee;
	margin:0px;
	padding:0px;
}

#wrapper {
background-color:#666;
}

#header {

	margin:0px auto;
	height:100%; 
	width:100%; 
	border-bottom: 1px solid #999;
	background-color:#eee;
}


#mainbody {
	margin:0px auto; 
	background-color:#eee;
	background-image:url(../assets/images/side_effect_NEW.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	width: auto;
	height:100%;
}

#footer {
	margin:0px auto;
	height:100%; 
	width:100%; 
	border-top: 1px solid #999; 
	background-color:#eee;
	}
	

.copyrights {color:#999; font-family:Arial, Helvetica, sans-serif; font-size:11px;}


a {color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; letter-spacing: 0px; line-height : 100%;
	-webkit-transition:color 0.2s ease;
	-moz-transition:color 0.2s ease;
	-ms-transition:color 0.2s ease;
	-o-transition:color 0.2s ease;
	transition:color 0.2s ease; }
a:hover {color:#EFEFEF; font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; letter-spacing: 0px; line-height: 100%; }
a:active {color:#EFEFEF; font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration: none; letter-spacing: 0px; line-height : 100%;}

.font {
font-size: 11px;
font-family: Arial, Helvetica, Sans-Serif;
color:#FFFFFF
}

.text {
font-size: 14px;
font-family: Arial, Helvetica, Sans-Serif;
color:#FFFFFF;
line-height:20px;
}