body
{
background-color:red;
background: -moz-linear-gradient(top,  #ff8000 1%, #ff0000 15%, #ff0000 85%, #ff8000 100%);
background: -webkit-linear-gradient(top,  #ff8000 1%,#ff0000 15%,#ff0000 85%,#ff8000 100%);
background: -o-linear-gradient(top,  #ff8000 1%,#ff0000 15%,#ff0000 85%,#ff8000 100%);
background: -ms-linear-gradient(top,  #ff8000 1%,#ff0000 15%,#ff0000 85%,#ff8000 100%);
}

h1
{
text-align:center;
font-family:Comic Sans MS;
font-size: 42px;
}

.page
{
position:relative;
margin-left:auto;
margin-right:auto;
text-align:center;

width:798px;
height:890px;
border:2px solid;
border-radius:50px;
background-color:yellow;
}

.par
{
position:relative;
left:75px;
top:10px;
width:660px;
text-align:left;

font-family:Comic Sans MS;
font-size: 18px;
}

.menubox
{
position:relative;
width:150px;
height:60px;
background-image:url("Normal.png")
}

.menubox:hover
{
background-image:url("Hover.png")
}

.menubar
{
width:800px;
height:50px;
}

.copyright
{
position:absolute;
top:870px;
right:297px;
}

.fake
{
height:350px;
border:black solid;
text-align:center;
font-size:40px;
background-color:grey;
font-family:Comic Sans MS;
}

.chiara
{
position:relative;
left:-275px;
top:-10px;
font-size:8px;
font-family:Comic Sans MS;
}