body {
	margin: 0px;
    padding: 0px;
	background: #003303;
	height:100%;
	width:100%;
}
#artseed{
	position: relative;
    top: 220px;
}
.MainIntro{
	margin:0 auto;
	width: 100%;
	height:1191px;
	background:url(../artseed/intro-artseed.png) no-repeat center;
	text-align:center;
}

.MainIntro h1{
	color: #FFFFFF;
    font-family: 'fujiyama';
    font-size: 0.9em;
    font-weight: normal !important;
    margin-left: 495px;
    position: relative;
    text-transform: uppercase;
    top: 655px;
}
.MainIntro h1 a{
	color:#FFF;
	text-decoration:none;
}

.MainIntro h1 a:hover{
	color:#ffcb08;	
}


