	body {
		margin-top:10px;
		margin-left: 0px; margin-right: 0px;
                background-image: url(http://www.nerdpr0n.com/wallpaper.gif);
		font-family : "Trebuchet MS", Tahoma, Helvetica, sans-serif;
		}
	A 			{ color: #C6B4EC; font-family: verdana, arial, sans-serif; text-decoration: none;} 
	A:link		{ color: #ff00c0; text-decoration: none; } 
	A:visited	{ color: #ff00c0; text-decoration: none; } 
	A:active	{ color: #ff00c0;  } 
	A:hover		{ color: #ff00c0;  } 

#container {
   z-index: 1;
   align: center;
   width: 700px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 100px;
   margin-bottom: 50px;
   padding: 10px;
   background: #ffffff;
   color: #000000;
   border-style: double; 
} 

.image {
   z-index: 2;
   align: left; 
   width: 250px;
   height: 500px;
}

.text {
   z-index: 3;
   float: right;
   width: 350px;
   height: 500px;
   display: table-cell; 
   vertical-align: middle;
}