body {
	background: #FFFFFF url(img/bg.jpg) no-repeat top center;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	font-family: Verdana, arial, sans-serif;
}

A:link { text-decoration: none } 
A:visited { text-decoration: none }
A:active { text-decoration: none }
A:hover { text-decoration: underline }
A:hover { color: #FFFFFF }

#global {
	width: 100%;
	height: 100%;
}

#container {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

input,textarea { font-size: 9px; font-family: Tahoma,sans-serif; }

#pendule { color: #FF6600; font-family: Arial,sans-serif; font-size: 10px; position: relative; }

#links { color: #000000; background-color: #333333; font-family: Arial,sans-serif; font-size: 10px; }

