@charset "UTF-8";
/* CSS Document eFestival*/

body{
	text-align:justify;
	background-color: #0a1624;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	font-weight: normal;
	padding:0;
	margin:0;
	height: 100%;
	}
html {
	height: 100%;
}
#container{
	top: 0; left: 0; width: 100%; height: 100%;
    position: fixed; margin: auto; overflow: auto;
	}	
#content {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	border: none;
	text-align: left;
	}