body {
    background: #000000;
    font-size: 15px;
    font-family : Tahoma,Impact;
	font-weight:900;
	color: #ffffff;
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}
A:link {
	color:#ffffff ; 
}
A:visited { 
	color:#ffffff ; 
}
A:active { 
    color:#ffffff ; 
}
A:hover { 
	color:#CC0000 ; 
}
a {
	text-decoration: none;
}
a img{
	border-style:none;
}
.MAIN {
    position: relative;
    top: 60px;
    left: 0px;
    height: 550px;
    width: 800px;
	margin-left: auto;
	margin-right: auto;
}


#STORELOGO {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 128px;
    width: 798px;
	text-align: center;
}
#STORELOGO img{
    height: 128px;
    width: 448px;
}

#STOREPIC {
    position: absolute;
    top: 190px;
    left: 190px;
    height: 300px;
    width: 400px;
	display : none;
}

#MENU {
    position: absolute;
    top: 190px;
    right: 0px;
    height: 300px;
    width: 195px;
    text-align: center;
	font-size: 30px;

}
#MENU div {
    position: absolute;
    height: 45px;
    width: 190px;
	background-repeat:no-repeat;
	/*filter: progid:DXImageTransform.Microsoft.shadow(color=#999999, direction=135, strength=3);*/
	
}

#NEWS {
    position: absolute;
    top: 15px;
    left: 1px;
}

#GALLERY {
    position: absolute;
    top: 60px;
    left: 1px;
}
#SHOP {
    position: absolute;
    top: 110px;
    left: 1px;
}
#SHOPPING {
    position: absolute;
    top: 150px;
    left: 1px;
}
#BLOG {
    position: absolute;
    top: 195px;
    left: 1px;
}
#LINK {
    position: absolute;
    top: 240px;
    left: 1px;
}
#FOOTER{
    position: absolute;
    bottom: 0px;
	left:0px;
    height: 19px;
    width: 798px;
	text-align:center;
}

