html 
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #09c;
}

#Menu
{
	height: 417px;
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background: url(../images/logo.jpg) no-repeat center ;
}

#changcss
{
	position: absolute;
	height: 50px;
	width: 95px;
	padding-top: 360px;
	margin-left:50px;
	z-index:20;
}

#changcss p
{
color:white;
}

p
{
	text-align:center;
	color: #069;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size:80%;
	margin-top: -40px;
}

#kwick 
{
	position: absolute;
	width:540px;
	padding-top: 230px;

	margin-left: 14%!important;
	margin-left: 29%;
	z-index: 10;
}

img
{
	border: 0px;
}


#kwick .kwicks 
{
	display: block;
	height: 150px;
	margin: 0px;
}

#kwick li 
{
	float: left;
}

#kwick .kwick
{

	cursor: pointer;
	overflow: hidden;
	height: 150px;
	width: 97px;
}

#kwick .kwick span 
{
	display: none;
}


