/**
 * evathoeni.at.intro.css
 **/
body,
html {
	background-color: #FFF;
	color: #000;
	font-family: "Myriad Pro", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
}

/**
 * main table
 **/
table#main {
	border: none;
	height: 100%;
	vertical-align: middle;
}

table#main td {
	vertical-align: middle;
}

/**
 * logo
 **/
div#logo,
div#photo {
	float: left;
}

div#logo {
	height: 100px;
	width: 200px;
}

div#photo {
	max-height: 600px;
	max-width: 750px;
}

/**
 * enter
 **/
div#enter a {
	color: #868686;
	display: block;
	padding-right: 35px;
	text-align: right;
	text-decoration: none;
}

div#enter a:hover {
	text-decoration: underline;
}


