/* CSS Document */

body {
 background-color: #000000;
}

#centrepage {
 position:absolute;
 top: 50%;
 left: 50%;
 width:800px;
 height:500px;
 margin-top: -250px; /*set to a negative number 1/2 of your height*/
 margin-left: -400px; /*set to a negative number 1/2 of your width*/
}

#rightedge {
	position: absolute;
	left: 450px;
	top: 0;
	width: 350px;
	height: 500px;
}

#rightedgenarrow {
	position: absolute;
	left: 549px;
	top: 0px;
	width: 250px;
	height: 500px;
}

#rightshop {
	position: absolute;
	left: 420px;
	top: 10px;
	width: 340px;
	height: 486px;
	
}

#rightdress {
	position: absolute;
	left: 422px;
	top: 50px;
	width: 323px;
	height: 400px;
	
}

#navigation {
 position: absolute;
 width: 100px;
 height: 75px;
 left: 5px;
 top: 425px;
 z-index: 2;
}

#titlelogoshop {
 position: absolute;
 left: 5px;
 top: 28px;
 color: #FF3399;
 font-size:20pt;
 font-weight: 600;
 width: 363px;
 z-index: 2;
 text-align:center;
}

#titlelogo {
 position: absolute;
 left: 0px;
 top: 0px;
 color: #FF3399;
 font-size:16pt;
 font-weight: 600;
 width: 309px;
 z-index: 2;
 text-align:center;
}

#lilacfrog {
	position: absolute;
	left: 610px;
	top: 502px;
	width: 190px;
}

#biotext {
 font-size: 8pt;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 color: #999999;
}

.bodytext {
	font-size: 12px;
	color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 50px;
}

.bodytextcontact {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 50px;
	text-align:left;
}

#showtext {
	position: absolute;
	top: 77px;
	width: 550px;
	left: 2px;
}

#contacttext {
	position: absolute;
	top: 184px;
	width: 387px;
	left: 148px;
}

#addresstext {
  position: absolute;
  left: 120px;
  border-style: solid;
  border-width:	thin;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  font-size: 12px;
  color: #666666;
  margin-left: 10px;
  top: 350px;
  width: 300px;
}
  

a {
 font-size: 9pt;
 color: #666666;
 font-weight: bold;
}
a:link {
 text-decoration: none;
 color: #666666;
}
a:visited {
 text-decoration: none;
 color: #666666;
}
a:hover {
 text-decoration: underline;
 color: #666666;
}
a:active {
 text-decoration: none;
 color: #666666;
}
