* {
	margin:0;
	padding:0;
}
html {
	background:#666 url(graphs/html_bg.png) repeat-x;
	font-family:"Trebuchet MS",Verdana;
}

body{
	position:relative;
	width:800px;
	margin:0 auto;
	color:#ccc;
	font-family:"Trebuchet MS",Verdana;
	font-size:12px;
}
#logo
{
	display:block;
	width:331px;
	margin:0 auto;
}
img
{
	border:none;
}
.languageRow1
{
	position:absolute;
	width:100px;
	top:200px;
	text-decoration:none;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#fff;
}
#greek
{
	left:220px;
}
#english
{
	right:220px;
}
a:hover 
{
	opacity:0.85;
	filter: Alpha(opacity='85'); 
}

#languages
{
	position:absolute;
	right:10px;top:10px;
	width:30px;
}
#languages a 
{
	display:block;
}
#languages a:hover
{
	opacity:0.85;
	filter: Alpha(opacity='85'); 
}
