body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	padding: 132px 0 150px; margin: 0;
	background-image: url('../img/page-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #111;
	font-size: 12px;
}

#page {
	width: 500px; margin: 0 auto; position: relative;
	padding: 10px 20px 20px 200px; background: url(../img/clock.png) no-repeat 0 0 #fff;
}
#carousel {
	position: relative; float: left; margin-bottom: 2em;
	width: 500px; height: 260px; overflow: hidden;
}
h1 {
	color: #0ea2c9;
	width: 425px;
}
p {
	margin-bottom: 22px;
	line-height: 1.44em;
}
#languages {
	list-style-type: none; margin: 0; padding: 0;
	}
#languages > li {
	width: 460px; padding: 0 40px 0 0; height: 260px; overflow: auto; overflow-x: hidden;
	float: left; background: #fff;
	}
button {min-width: 30px;}
