/* CSS Document */
#container
{
width:1000px;
height:800px;
margin-top:120px;
margin-left:150px;
}
#banner
{
width:1000px;
height:200px;
background-image:url(condo.jpg);
background-repeat:repeat-x;
background-position:center;
background-size:contain;
text-align:center;
font-family:Magneto;
font-size:100px;
color:#FF99CC;
text-shadow:#33FFFF;
}
#menu
{
}
nav.horizontalNAV
{
position:relative;
text-align:center;
background-color:#FF00CC;
margin:0px;
padding:5px;
top:0px;
}
nav.horizontalNAV ul
{
position:relative;
list-style:none;
}
nav.horizontalNAV li a
{
text-decoration:none;
color:rgb(225, 225, 99);
font-size:16px;
}
nav.horizontalNAV li
{
position:relative;
display:inline-table;
border:5px solid green;
border-radius:25px;
padding: 10px;
background-color:rgb(100, 200, 100);
}
nav.horizontalNAV li a: hover
{
color: red;
position:relative;
}
#content
{
width:1000px;
height:500px;
background-image:url(background.jpg);
background-repeat:repeat;
}
#foot
{
width:1000px;
height:20px;
text-position:float;
text-align:center;
background-color:#FF00CC;
}