body
{
	background-color: #ffffff;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center; 
	margin: 0px;
}

img
{
	border-style: hidden;
}

a
{
	cursor: pointer;
}

/*div
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}*/

@font-face 
{
  font-family: Medieval;
  src: url("../font/medieval.ttf");
}

.font
{
	font-family: Medieval, Book Antiqua, Arial;
}

.colorred
{
	color: #de5a24;
}

.bold
{
	font-weight: bold;
}

.capitollettermajor
{
	font-size: 70px;
}

.capitolletterminor
{
	font-size: 50px;
}

.tiny
{
	position: relative;
	top: -10px;
	font-size: 15px;
}

.titleextra
{
	font-size: 150px;
}

.titlemajor
{
	font-size: 33px;
}

.titleminor
{
	font-size: 20px;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.bottom
{
	position: relative;
	margin: auto auto;
	top: 600px;
}

.arrow
{
	cursor: pointer;
	position: absolute;
	top: 180px;
	width: 10%;
	margin-left: 650px;
}

#phrase1
{
	position: absolute;
	top: 110px;
	visibility: hidden;
	overflow: hidden;
	white-space: nowrap;
}

#phrase2
{
	position: absolute;
	top: 110px;
	visibility: hidden;
	overflow: hidden;
	white-space: nowrap;
}

#index
{
	position: absolute;
	top: 140px;
	visibility: hidden;
	overflow: hidden;
	white-space: nowrap;
}

#mainbody
{
	background-image: url("../multimedia/image/bg_home.jpeg");
}

#maindiv
{
	width: 780px;
	height: 580px;
	margin: auto auto;	
}

