/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.com *****/


/********************************* General styles ******************************/
body, table, td, tr, tbody, b, p, a, ul, li, input, textarea, select, #content {
	color: #fff;
	font-size: 18px;
	font-family: 'Tahoma', Arial, sans-serif;
}
a{
	outline: none;	
}
body{
	background: url(background.gif) center center;
	margin: 0;
	padding: 0;
}
.cf {
	clear: both;
	float: none;
	overflow: hidden;
	height: 0;
	width: 0;	
}
img {
	border: 0;	
}
/************************************ Basic ************************************/
#container {
	padding: 0 0 0 0;
	width: 784px;
	height: 800px;
	margin: 0 auto 20px auto;
	text-align: left;
	position: relative;
}
#languages {
	position: absolute;
	top: 713px;
	left: 280px;
}
#container a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}
#container a:hover {
	text-transform: uppercase;
	font-weight: bold;
	color: #eadd33;
	text-decoration: none;
	letter-spacing: 1px;
}
a#tonic {
	display: block;
	width: 210px;
	height: 20px;
	position: absolute;
	bottom: 0;
	right: 5px;
}