h1
{
    color: lightblue;
}
div
{
    background-color:	red;
    position:		absolute;
    left:		0;
    top:		0px;
    width :		30%;
    height :		1000px;
}
#content
{
    background-color:	lightblue;
    left:		30%;
    width:		70%;
}
.classe_css
{
    font-size: xx-large;
}
li
{
    font-weight: bold;
    color: purple;
    font-size: 40px;
}
#bot
{
    position: absolute;
    top: 800px;
}
