html,body,div,span,applet,object,p,a,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,b,u,i,center,ul,li,form,table,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

ol,ul{list-style:none;}
          
html {overflow:hidden;}

body {
	background: #f1f1f1; 
	font-family: Verdana, SimSun; 
	font-size: 13px; 
	color: #5b5b5b;
	line-height: 18px;
	overflow: hidden; 
	position: relative;
}

a img { border: none;}

table {
	margin: 0px auto;
	border: none;
	border-collapse: collapse;
	color: #5b5b5b;
	font-family: Verdana, SimSun;
	line-height: 22px;
}
table td, table th {
	border: none;
	border-collapse: collapse;
	text-align: justify;
}
table a:link, table a:visited {
    color:#9966cc;
   	text-decoration:none;
	-webkit-transition: 1.2s;
	-moz-transition: 1.2s;
	-o-transition: 1.2s;
	-ms-transition: 1.2s;
	transition: 1.2s;
}
table a:hover, table a:focus {
       color:#000;
}

#background {	
	left:50%; 
	top: 362px; 
	background:url(images/background.png); 
	background-repeat: no-repeat;
	height: 1124px; 
	width: 1124px; 
	margin:-562px 0 0 -562px; 
	position: absolute; 
	z-index: -1;
} 

#badge {
	left:50%; 
	top: 362px;
	background: #fff url(images/badge.png) no-repeat right -412px; 
	border-radius: 100px; 
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px; 
	height: 206px; 
	width: 206px;
	margin:-100px 0 0 -100px; 
	overflow:hidden; 
	position: absolute;
	z-index:2;
}

/*---------- NAVI ----------*/
#nav { 
	left: 50%; 
	top: 362px;
	line-height: 22px; 
	margin:-10px 0 0 -250px; 
	position: absolute; 
	width: 500px; 
	z-index: 3;
}
#nav li {width: 100px;}
#nav a {
	color:#848484; 
	position:relative; 
	text-decoration:none;
	-webkit-transition: 1.2s;
	-moz-transition: 1.2s;
	-o-transition: 1.2s;
	-ms-transition: 1.2s;
	transition: 1.2s;
}
#nav a:hover, #nav .active {color:#000;}
#nav span, #nav .active span {
	display:block; 
	position:absolute; 
	top:0; 
	width:0;
}
#nav-websites {float:left; text-align:right;}
#nav-about {float:right; text-align:left;}


/*---------- DIV Panels ----------*/
.panel {
	height:50%; 
	left:0; 
	position:absolute; 
	width:100%; 
	z-index: 1;
}
.panel-content {
	height: 100%;
}

/* BOTTOM Div Panel */
#bottom {
	bottom: -50%; 
	margin-bottom: -30px;
	z-index: 9999;
}
#bottom-content {
	background: transparent;
	padding-top: 90px;
}

/* TOP Div Panel */
#top { 
	top: -362px;
 	background: transparent; 
}
#top-content {
	background: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 85px;
}

/*---------- ABOUT ----------*/
#about {
	margin: 0px auto;
	width: 560px;
	font: Verdana, SimSun;
	text-align: justify;
	padding-top: 60px;
}


/*---------- Preload Hover-images ----------*/
#preload {
display: none
}
#preload img {
height: 0; width: 0; border: none;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
}
