@charset "utf-8";
/* CSS Document */
/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(images/site/white.png);
	color:#FFF;
	top:-50px
}

/* container for external content. uses vertical scrollbar, if needed */
div.wrap {
	height:600px;
	overflow-y:auto;
	top:-50px
}

BODY {
background-image: url(images/site/aurora-dragon.jpg); 
background-repeat: no-repeat; 
background-position: top; 
background-attachment: fixed; 
background-color:#000000;

padding: 0;
}

#pagemain {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1024px;
}

/* DIVS */
#menuTop {
	position:absolute;
	left:210px;
	top:-11px;
	width:761px;
	height:37px;
	z-index:1000;
	float:left;
}
#menuTop2 {
	position:absolute;
	left:210px;
	top:-11px;
	width:761px;
	height:37px;
	z-index:1000;
	float:left;
}
#logoTop {
	position:absolute;
	left:1px;
	top:-34px;
	width:192px;
	height:196px;
	z-index:2;
	float:left;
}
#logosml{
	position:absolute;
	left:108px;
	top:-33px;
	width:161px;
	height:179px;
	z-index:108;
	display:none
}
#logolrg {
	position:absolute;
	left:271px;
	top:108px;
	width:161px;
	height:179px;
	z-index:1;
}
#content {
	position:absolute;
	left:218px;
	top:48px;
	width:726px;
	height:288px;
	z-index:1;
}
#home {
	position:absolute;
	left:177px;
	top:350px;
	width:108px;
	height:108px;
	z-index:1;
}
#about {
	position:absolute;
	left:147px;
	top:209px;
	width:108px;
	height:108px;
	z-index:1;
}
#seminars {
	position:absolute;
	left:230px;
	top:64px;
	width:108px;
	height:108px;
	z-index:1;
}
#news {
	position:absolute;
	left:408px;
	top:-11px;
	width:108px;
	height:108px;
	z-index:1;
}
#shop {
	position:absolute;
	left:571px;
	top:61px;
	width:108px;
	height:108px;
	z-index:1;
}
#resources{
	position:absolute;
	left:660px;
	top:202px;
	width:108px;
	height:108px;
	z-index:1;
}
#contact {
	position:absolute;
	left:637px;
	top:343px;
	width:108px;
	height:108px;
	z-index:1;
}
