

html {overflow-y: scroll;}


body{
	background-color:000000;
	background-image:url(../images/bg.png);
	background-attachment: fixed;
	background-position:top center;
	background-repeat:repeat-y;
}
/*X = Horizontal    Y = Vertical*/


table#content{
	background-color:000000;
	clear:bottom;
	width:800px;
	height:100%;
	margin:0;
	background-image:url(../images/);
	background-position:top center;
	background-repeat:repeat; 
}


td,tr,p,div {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

input,textarea,select {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a:link,a:active {color:#ffffff; text-decoration:none; font-weight:regular;}
a:hover {color:#ffffff; text-decoration:underline; font-weight:regular;}
a:visited {color:#ffffff; text-decoration:none; font-weight:regular;}

img#social{
margin-right:2px;
}


a {
   outline: none;
}

	


.storeitemprice{	font-family: arial ;
	font-size: 40px;
	color: #ffffff;
	line-height:46px;
	text-transform: uppercase;
	letter-spacing:-2px;
	margin-bottom:20px;
	margin-top:10px;
	}

.storeitemname{	font-family: arial black;
	font-size: 53px;
	color: #ffffff;
	line-height:46px;
	text-transform: uppercase;
	letter-spacing:-2px;
	margin-bottom:20px;
	margin-top:10px;
	}

#storedrop{width:241px; margin-bottom:10px;}

.storeitem{margin-top:20px; margin-bottom:20px;}





