@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Screen CSS - The Screen styles -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* General styles for the whole document */
html {
	width: 100%;
	min-height: 100%;
}
body {
	background-color: #000;
	font-size: 12px;
}

/* Typo styles and format */

p {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* General Classes */
.padding {
	padding: 10px;
}
.margin {
	margin: 5px;
}
.normalUl {
	padding: 10px;
}
.normalUl li {
	padding: 5px;
	list-style-type: disc;
	margin-left: 20px;
}
.normalUlno {
	padding: 10px;
}
.contentBottom  {
	padding: 2px;
	margin-left: 20px;
}

/* Major Containers */

.wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#logo {
	background: url(http://www.loggia.gr/new/assets/files/images/pages/profile/2119_logo.png) no-repeat center bottom;
	height: 250px;
}
.left {
	display: block;
	float: left;
	width: 270px;
	background-image: url(../../../img/intro/ath.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 380px;
	text-indent: -9999px;
}
.right {
	display: block;
	float: right;
	width: 270px;
	background-image: url(../../../img/intro/thess.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 380px;
	text-indent: -9999px;
}
.siteinfo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.footer {
	color: #666;
	letter-spacing: 2px;
	text-align: center;
	font-size: 11px;
}
.footer a {
	color: #666;
	text-decoration: none;
}
