@charset "UTF-8";

body {
	background-image: url(../images/bg.jpg);
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4d4d4d;
}

a:link {
	color: #4d4d4d;
}
a:visited {
	color: #4d4d4d;
}
a:hover {
	color: #4d4d4d;
	text-decoration:none;
}
a:active {
	color: #4d4d4d;
}

img {
		border:0px;
}

#wrapper {
	width:900px;
	margin:0 auto;
	position: relative;	
}


#contentWrapper {
	background-image:url(../images/contentbg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:510px;
	padding-left: 30px;
}


.nlogo {	
	margin-top:15px;
	margin-bottom:15px;
}

.ss_logo {
	margin-top:15px;
	margin-bottom:2px;
}


#charArt {
	position: absolute;
	width: 368px;
	left: 540px;
	top: 80px;
}

#bottomDS {
	clear:both;
	margin-top: 20px;
}

/* footer */
#footer {
	background-color:#FFF;
	width:850px;
	margin:0 auto;
	padding-top:30px;
	margin-top: 30px;
}
#footer #copyright {
	clear:both;
	padding-top:30px;
	font-size:10px;
	text-align:center;
	
}
#footer ul {
	width:650px;
	margin:0 auto;
}
#footer li {
	list-style:none;
	float:left;
	font-size:9px;
	margin:0 5px;
}
#footer a {
	display:block;
	text-indent:-99999px;
	outline-style:none;
}

#footer #dsilogo a {
	background-image:url(../images/footer/ds.gif);
	height:72px;
	width:137px;
	
}
#footer #jcplogo a{
	background-image:url(../images/footer/jcp.gif);
	height:72px;
	width:137px;
}
#footer #clubnlogo a{
	background-image:url(../images/footer/clubn.gif);
	height:72px;
	width:73px;
}
#footer #esrblogo a{
	background-image:url(../images/footer/esrb.gif);
	height:72px;
	width:73px;
}
#footer #privacy a{
	background-image:url(http://www.nintendo.com/images/icons/esrb_privacy.gif);
	height:53px;
	width:144px;
}


/* Text */
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	text-transform:capitalize;
	color:#000;
	margin-top: 0px;	
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#e83a6b;
	font-weight:normal;
	
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#e83a6b;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:50px;
	
}
li {
	margin-bottom:5px;
	
}

