/**
 *  main stylesheet to apply styles
 *  for the intro exousia page
 *  (c) 2007 Benjamin Mack 
 **/

@import url('base.css');

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html, body {
	background: #cccccc;
}

div#intropage {
	margin: 0 auto;
	width: 760px;
	border-top: 163px solid #8cbd2c;
}

div#intropage img {
	border: 0;
}

a.introlink {
	display: block;
	margin: 10px 0;
	border: 1px solid #ffffff;
	border-left: 0;
	border-right: 0;
	background: #d5d5d5;
	text-align: center;
	letter-spacing: 5px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.introlink:hover {
	background: #dadada;
}

div#introcontent {
	background: #ffffff;
	padding-right: 20px;
	padding-bottom: 40px;
}

div#introcontent p {
	width: 340px;
	margin: 10px 20px 20px;
}

div#introcontent img {
	float: right;
	border: 0;
}

