@charset "utf-8";
/* CSS Document */
html, body {
height: 100%;
margin: 0px;
}

#header {
height: 100px;
background-color: #C68DFF;
color: white;
line-height: 100px;
text-align: center;
}

#nav {
line-height: 30px;
background-color: #4D53EC;
height: calc(100% - 100px);
width: 250px;
float: left;
}

#nav a {
text-align:center;
display: block; 
background-color: #ccc;
padding: 10px;
float: center;
color:000;
text-decoration:none;
}

#nav a:hover {
background-color:#4D53EC;
color:#fff;
}

#main {
width: 600px;
padding: 20px;
float: left;
}

#footer {
height: 40px;
background-color: gray;
color: white;
text-align: center;
clear: both;
font-size: 20px
}

.caption {
background-color: black;
color: white;
text-align: right;
font-family: arial, sans-serif;
font-size: 9px;
padding: 5px;
}

.caption a {
color: white;
}
