body
{
	background-color: #333;
	font-family: "Segoe UI";
	font-size: 10pt;

	background-image: url('images/background2.png');
/*	background-position: 550px 400px;
	background-repeat: no-repeat;
	background-attachment:fixed;
*/
}

#Logo
{
	margin:40px;
}

#Slide
{
	margin: 40px;
	margin-top: 0;
	display: block;
	position: relative;
	width: 550px;
	height: 250px;
	border:0px solid black;
}


ul li 
{
	list-style: none;
	color: #ccc;
}

a
{
	color: #ccc;
}

.pics {  
    height:  550px;  
    width:   250px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  550px; 
    height: 250px; 
    top:  0; 
    left: 0 
} 