	body {
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: black;
		}
        #container {
                margin-left: auto;
                margin-right: auto;
                margin-top: 10px;
                margin-bottom:10px;
		width:800px;
		text-align: left;
		background-color: black;
		background-image: url(images/streetbackground.jpg);
 		background-repeat: no-repeat;
		background-position: top right;
		color: white;
  		font-family: arial, helvetica, sans-serif;
  		font-style: normal;
  		font-weight: normal;
  		font-variant: normal;
		}
	#crown {
	        float:right;
	        width:308px;
	        text-align:left;
	}
	#header {
		margin-top:0px;
		margin-left: 0px;
		margin-right: 0px;
		width: 488px;
		}
	#menu {
		margin-top:0px;
		text-align: right;
		float: right;
		}
	#mainbox {
	        padding: 0px;
	        float: left;
   		width:486px;
   		margin-left: 0px;
   		margin-top: 20px;
   		background-image: url(images/boxbg.png);
   		background-repeat: repeat-y;
   		color: black;
		}
	#mainboxdiv {
		margin-left: 60px;
		margin-right: 5px;
		margin-top:0px;
                }
	#cdbox {
	        margin-top: 150px;
	        margin-left: 500px;
	        width: 290px;
	        text-align: center;
		}
	#footer {
		margin-left:60px;
		margin-top: 0px;
		margin-bottom: 10px;
   		font-size:12px;
   		clear: both;
		}
	h1 {color: black;
		font-size: 24px;
  		line-height: 1.1;
		vertical-align: top;
		padding: 2px;
		margin:0px 0px 10px;
		}
	h2 {color: black;
		font-size: 16px;
		vertical-align: top;
		margin:0px 0px 5px;
		}
	a img {border: none; }

A:link { text-decoration:none; color: #1122FF; }       /* unvisited link */
A:visited { text-decoration:none; color: #005544; }   /* visited link */
A:hover { text-decoration:underline; }    /* hover link */


A.menu:link { text-decoration:none; color: #FFFFFF; }       /* unvisited link */
A.menu:visited { text-decoration:none; color: #FFFF99; }   /* visited link */
A.menu:hover { text-decoration:underline; }    /* active link */

A.cd:link { text-decoration:none; color: red; font-weight: bold; }       /* unvisited link */
A.cd:visited { text-decoration:none; color: red; font-weight: bold; }   /* visited link */
A.cd:hover { text-decoration:underline; }    /* active link */

