body {
	background-image: url('wall_darkpink.gif');
	background-repeat: repeat;
  background-color: #7a7a7a;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align:center;
  margin:0;
  padding:0;
}


#content { 	
  text-align: center;
  vertical-align: middle;	
  margin: 20px auto 0px auto;
  padding: 0px;
  width: 800px;
  border-top: 14px solid #ffffff;
  border-right: 14px solid #ffffff;
  border-bottom: 9px solid #ffffff;
  border-left: 14px solid #ffffff;
  background-color: #ffffff;
}

#footer {
		width: 800px;
		font-size: 60%;
		color: #B7B597;
}

#content_popup { 	
  text-align: left;	
  margin: 0px;
  padding: 10px;
  color:#ffffff;
  font-size: 70%;
/*  background-color: #ffffff;*/
}

/* ----------------- Typo Navi -----------------*/
#footer a:link{
   color: #669900;
   text-decoration: none;
}

#footer a:visited{
   color: #669900;
   text-decoration: none;
}

#footer a:hover{
   color: #ffcccc;
   text-decoration: none;
}

#footer a:active{
   color: #ffcccc;
   text-decoration: none;
}

#content_popup a:link{
   color: #ffffff;
   text-decoration: underline;
}

#content_popup a:visited{
   color: #ffffff;
   text-decoration: underline;
}

#content_popup a:hover{
   color: #669900;
   text-decoration: underline;
}

#content_popup a:active{
   color: #669900;
   text-decoration: none;
}

