html {
height: 100%;
}

a:active {
	color: #2878d2; /* active link color */
}

a:link {
	color: #2878d2; /* link color */
}

a:visited {
	color: #2878d2; /* link color */
}

#body {
	height: auto;
	min-height: 100%;
	margin:10px auto;
	position: relative;
}

input, textarea, select {
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
}

#pageheader {
	overflow:hidden;
	position:absolute;
	top:5px;
	left:50%;
	width:350px;
	height:90px;
	margin-left:-180px;
}

hr {
	border: 0;
	height: 5px;
	background-color: #f00;
}

#register
{
	position:absolute;
	top:75px;
	left:10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: Bold;
}

#require
{
	position:absolute;
	top:65px;
	right:10px;
}

#CartItems
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: Bold;
}

#error{
	color: red; /* text color */
	font-family: Verdana; /* font name */
	font-size: 20px; /* font size */
	margin: 20px 0px 0px 0px; /* top right bottom left */
}
#footer
{
	font-family: Arial;
	font-size:12px;
	font-weight: Bold;
	text-align:Center;
	height: 60px;
	overflow:hidden;
}
.clearfooter {
	height: 30px;
	clear: both;
}

#line
{
	position:relative;
	top:45px;
	margin:50px auto;
}

#navmenu2
{
	position:relative;
	margin: -35px auto; /* top right bottom left */
	left:50%;
	top:45px;
	width:810px;
	margin-left:-280px;
}

#navmenu
{
	position:relative;
	margin: -35px auto; /* top right bottom left */
	left:50%;
	top:45px;
	width:1000px;
	margin-left:-480px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#navmenu
	{
		position:relative;
		margin: -35px auto; /* top right bottom left */
		left:50%;
		top:45px;
		width:1000px;
		margin-left:-480px;
	}
	#navmenu2
	{
		position:relative;
		margin: -35px auto; /* top right bottom left */
		left:50%;
		top:45px;
		width:810px;
		margin-left:-270px;
	}
}

#navmenu ul {
	list-style-type: none;
	list-style-image: none;
}
#navmenu li {
	display: inline;
}

#navmenu2 ul {
	list-style-type: none;
	list-style-image: none;
}
#navmenu2 li {
	display: inline;
}
#sideMenu
{
	border:1px solid blue;
	overflow:hidden;
	position:absolute;
	top:30px;
	left:19%;
	width:20%;
	margin-left:-180px;
	display: inline;
}
#otherSide
{
	margin-left:-10px;
	font-family: Verdana; /* font name */
	font-weight: Bold;
	font-size: 14px; /* font size */
}

#artistCSS{
	border:1px solid blue;
	overflow:hidden;
	position:absolute;
	top:180px;
	left:19%;
	width:20%;
	margin-left:-180px;
	display: inline;
}

#randItem
{
	margin-left:28%;
	width:70%;
	padding:1px;
}
#randItem2
{
	padding:1px;
	margin-top:20px;
}
.title
{
	font-family: Verdana; /* font name */
	font-weight: Bold;
	font-size: 18px; /* font size */
}
.def
{
	font-family: Verdana; /* font name */
	font-size: 14px; /* font size */
}
.line2
{
	border: 0;
	height: 1px;
	background-color: #33ccff;
}