/*
 * manolis bournadas - architects template
 * Copyright (c)2010 by Emmanuel Tzevelekakis (manosATfivosnetDOTcom)
 * Last update: Nov 12, 2010
*/
/*	border:1px solid red;*/
/*////////// GENERAL //////////*/
html,body {
	height: 100%;
	width: 100%;
	
	margin: 0px;
	padding: 0px;

	background-color:#FFFFFF;

	font-color:#000000;
	font-family:"Century Gothic",  "Lucida Grande", "Lucida Sans Unicode", "Arial Black", sans-serif;
	font-size:10px
	text-align: center;
}
