/* comment                            */
/* background-image:url("blond.jpg"); */
/* background-color: #ffffff;         */

body		{color: #000000;
		 font-family: Verdana, sans-serif;
		 background-image: url(SDC10800.JPG); 
		 background-repeat: no-repeat; 
		 background-position: 100% 50%;
		 background-attachment : fixed; 
		 background-color: #000000;
		 margin: 3em;
		}

div.transbox	{width: 500px;
		 height: 1000px;
		 margin: 20px 20px; padding :15px; font-size:0.8em;
		 background-color: #ffffff;
		 border: 1px solid black;
		 filter:alpha(opacity=60);
		 opacity:0.6;
		}


div.pixbox	{position:absolute;
		 left:100px;
		 top:120px;
		}

img		{border: 1px solid black;}




h1		{color: #000000;
		 font-size: 1.8em;
		 font-weight:bold;}

a:link img	{border: 2px solid #000000;}
a:visited img	{border: 2px solid #000000;}
a:active img	{border: 2px solid #000000;}
a:hover img	{border: 2px solid red;}

