@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/alter_page/background_gradient.jpg);
	background-color: #66cccc;
	background-repeat:repeat-x;
}

#logo {

	position:absolute;
	background-image:url(../images/logo2.png);
	background-repeat:no-repeat;
	top:15%;
	right:40px;
	width:273px;
	height:46px;
	text-indent:-9999em;
	/*margin-right:15%;*/
	
}

#images {

	position:absolute;
	top:30%;
	left:0;
	width:200px;
	/*height:249px;*/
		
}

ul {

	position:absolute;
	top:15%;
	left:140px;
	list-style:none inside;
	width:960px;
	margin:0px;
	height:294px;
	
}
/*
#images  ul li {

	width:auto;
	height:auto;
	float:left;
	margin:0 7px 7px 0;
	background:url(../images/bg_checkered2.gif);
	
}
*/

#images ul li a {

	float:left;
	width:138px;
	height:138px;
	margin:20px 0 0 20px;
	border:thick;
}

#images ul li a img {

	border:0;
	
}