
/*stylesheet for index.html*/

#content1
{
background: rgb(0, 51, 0);
width: 250px;
height: 500px;
border: 10px solid red;
position: absolute;
top: 120px;
left: 10px;
}
#content2
{
background: rgb(0, 51, 0);
width: 250px;
height: 95px;
border: 10px solid red;
position: absolute;
top: 560px;
left: 10px;
}
#content3
{
background: gray;
width: 601px;
height: 400px;
border: 2px solid black;
position: absolute;
top: 270px;
left: 280px;                           
}

#content4
{
background: red;
width: 601px;
height: 203px;
border: 2px solid black;
position: absolute;
top: 125px;
left: 280px;
}
#content5
{
background: rgb(0, 51, 0);
width: 98px;
height: 50px;
border: 4px solid tan;
position: absolute;
top: 130px;
left: 895px;
}
#content6
{
background: rgb(0, 51, 0);
width: 98px;
height: 50px;
border: 4px solid tan;
position: absolute;
top: 190px;
left: 895px;
}
#content7
{
background: rgb(0, 51, 0);
width: 98px;
height: 50px;
border: 4px solid tan;
position: absolute;
top: 250px;
left: 895px;
}
#content8
{
background: rgb(0, 51, 0);
width: 98px;
height: 50px;
border: 4px solid tan;
position: absolute;
top: 310px;
left: 895px;
}
#content9
{
background: rgb(0, 51, 0);
width: 98px;
height: 50px;
border: 4px solid tan;
position: absolute;
top: 370px;
left: 895px;
}
#content10
{
background: rgb(0, 51, 0);
width: 98px;
height: 50px;
border: 4px solid tan;
position: absolute;
top: 430px;
left: 895px;
}
#content11
{
background: rgb(0, 51, 0);
width: 98px;
height: 50px;
border: 4px solid tan;
position: absolute;
top: 490px;
left: 895px;
}
#content12
{
background: rgb(0, 51, 0);
width: 98px;
height: 50px;
border: 4px solid tan;
position: absolute;
top: 550px;
left: 895px;
}
#content13
{
background: rgb(0, 51, 0);
width: 98px;
height: 50px;
border: 4px solid tan;
position: absolute;
top: 610px;
left: 895px;
}
#content14
{
background: lavender;
width: 983px;
height: 95px;
border: 10px solid red;
position: absolute;
top: 5px;
left: 10px;
}
#content15
{
background: lavender;
width: 130px;
height: 65px;
border: none;
position: absolute;
top: 5px;
left: 10px;
}
#content16
{
background: lavender;
width: 130px;
height: 65px;
border: none;
position: absolute;
top: 5px;
left: 820px;

}