@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	margin-top:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ffffff;
}

.header {
	font-size:18px;
	font-weight:bold;
	color:#00ccff;
}

div.containerHome {
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
	min-height:100%;
	width:879px;
}


div.containerPages {
	background-image:url(../images/background2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
	min-height:100%;
	width:879px;
}

div.menu {
	padding-top:280px;	
}

div.homepage {
	margin-top:50px;
}

div.content {
	margin-top:10px;
	font-size:14px;
	padding-left:50px;	
	padding-right:50px;
}

a {
	color:#00ccff;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;	
}