body
{
	width: 1400px;
	height: 1814px;
	background-image:url(images/bg.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Tahoma";
    color:purple;
    
    
}

.info
{
	font-size:80%;
}

#name
{
	margin-top:60px;
	margin-left:30px;
	text-align: center;

}

.mybackground
{
	text-indent: 2em;
    display: inline-block;
    width: 450px;
    height: 200px;
    margin: 10px;
    margin-top:-15px;
    line-height:120%;
}

#techskills
{
	margin-top:-15px;
}

#andrea
{
	
	border: 15px groove purple;
    background-color: gray;
    float: right;
}

#mainContainer
        {
        margin:0 auto;
        width: 75%;
         }
#content-section{
  background-color: white;
  box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.75);
  margin-top:-18px;
  width:700px;
  border:2px #800080;
}


#content-section h2{

    text-align: center;
}

.message
{
  margin-left:15px;
}

table
{
	margin-top:-15px;
	border: 3px solid #ddd;
    border-collapse: collapse;
    width: 95%;
    font-family: sans-serif,arial;
    font-size:90%;
    border-spacing: 24em;
}

td
{
	line-height:140%;
}

th
{
	background-color:aqua;
}

ol
{
	margin-top:-15px;
}
