body {
   color:#CCCCCC;
   background:#000000;
   font-family:Arial;
	margin:10px 0px; padding:0px;
	text-align:center;
}

img {
   border:0;
}

#details {
   background-color:#000;
   border:dashed 1px #CCC;
	z-index: 2;
	position: relative;
   margin:auto;
   top:-670px;
   padding:5px;
   width:400px;
   height:600px;
}

#details p{
   color:#EEE;
   text-align:justify;
   font-size: 0.8em;
}
#details h1{
   color:#EEE;
   text-align:justify;
   font-size: 1.2em;
}