/* CSS Document */

body.yes
	{
	background-color: #ffffff;
   	background-image: url(images/bg.jpg);
   	background-position: 0 0;
   	background-repeat: no-repeat;
   	background-attachment: fixed;
	}
	
.box
	{
	width: 475px;
	border: 1px solid #333333;
	position: absolute;
	left: 300px;
	top: 30px;
	background-color: #e6e6e6;
	padding: 10px;
	margin: 20px;
	}

.pic
	{
	padding: 5px;
	border: 1px solid #666666;	
	}
	
.content
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699CC;
	}
	
a {color: #666666; font-size: 10px; text-decoration: none; letter-spacing: 1px;}
a:hover {color: #3366CC; font-size: 10px; text-decoration: none; letter-spacing: 1px;}
a:active {color: #666666; font-size: 10px; text-decoration: none; letter-spacing: 1px;}
