/*
CSS for Swing indexpage
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background:gray url(images/swinghomebg.jpg) no-repeat;
}

a {
  font-size: small;
  font-weight: bold;
  text-decoration: none;
}
a:link {
color: aqua;
}
a:visited {
color: gray;
}
a:hover{
text-decoration: none;
color: aqua;
background-color: none;
}
a:active {
color: aqua;
}  
#navigation, #timeout {
position:absolute;
}
li {
list-style-type:none;
}

#navigation {
width: 180px;
height: 450px;
padding: 50px;
padding-top:150px;
}

ul{
font-size: small;
color:red;
}
.timeout {
color:white;
}
#timeout {
left: 400px;
top:150px;
padding-right:380px;
font-size:large;
}
.to {
padding-left:350px;
}
.calendar{
font-size:small
}
#facebook {
width: 180px;
height: 250px;
padding: 50px;
padding-top:450px;
padding-left:450px;
}







