body {
	background-color: #121212;
	background-image: (bg.png);
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Helvetica;
	text-transform: none; 
	font-size: 8pt;
	text-align: justify;
	color: #FFFFFF;
}
a {
	color: #663366;
	background-color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	color: #663366;
	background-color: transparent;
}
img {
	color: transparent;
}
img:hover {
	color: transparent;
}
b {
	color: #cc6699;
	letter-spacing: 1px;
}
i {
	color: #000000;
}
u {
	color: #181818;
}
strike {
	color: #000000;
}
table, tr, td {
	background-color: #666666;
	margin: 0px;
	font-family: Helvetica;
	text-transform: none; 
	font-size: 8pt;
	text-align: justify;
	color: #FFFFFF;
}
textarea, input, select, button, submit {
	background-color: #FFFFFF;
	border: 1px solid #4F4F4F;
	font-family: Helvetica;
	text-transform: lowercase;
	font-size: 8pt;
	color: #4F4F4F;
	margin-top: 0px;
	margin-bottom: 2px;
}
h1 {
	background-color: #000000;
	font-size: 8pt; 
	font-family: Helvetica;
	text-transform: lowercase;
	padding: 1px; 
	letter-spacing: 1px;
	color: #cc6699;
}
.body {
	width: 100%;
	border: none;
	text-align: justify;
	color: #000000;
}

.main {
	background-color: transparent;
	width: 100%;
}

#menuside {
width: 850px;
height: 45px;
}

var {
visibility: hidden;
}

#menuside a {
text-decoration: none;
display: block;
float: left;
height: 100px;
}

a.one {
width: 100px;
background: url(/images/home1.png) no-repeat;
text-align: center;
}
a.two {
width: 130px;
background: url(/images/about1.png) no-repeat;
text-align: center;
}
a.three {
width: 100px;
background: url(/images/shop1.png) no-repeat;
text-align: center;
}
a.four {
width: 150px;
background: url(/images/contact1.png) no-repeat;
text-align: center;
}
a.five {
width: 100px;
background: url(/images/blog1.png) no-repeat;
text-align: center;
}

a:hover.one {
background: url(/images/home2.png) no-repeat;
}
a:hover.two {
background: url(/images/about2.png) no-repeat;
}
a:hover.three {
background: url(/images/shop2.png) no-repeat;
}
a:hover.four {
background: url(/images/contact2.png) no-repeat;
}
a:hover.five {
background: url(/images/blog2.png) no-repeat;
}