.content{
    z-index:2;
    margin: 0 auto;
    height:770px;
    width:800px;
    padding:20px;
    -moz-box-shadow:0px 0px 5px #B3B3B3;
    -webkit-box-shadow:0px 0px 5px #B3B3B3;
    box-shadow:0px 0px 5px #B3B3B3;
    
    background: -moz-linear-gradient(top, #F2F2F2, #fffdfc);
    background: -webkit-gradient(linear, center top, center bottom, from(#F2F2F2), to(#fffdfc));
    background: -o-linear-gradient(top, #F2F2F2, #fffdfc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#fffdfc');
    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#fffdfc')";
    
    background: linear-gradient(top, #F2F2F2, #fffdfc);
}

#ego{
    margin:0 auto;
    display:block;
    text-align:center;
}
.txt{
    padding:20px;
}
p{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.4em;
}

ul{
    margin-left:40px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.4em;
}

.logo{
    text-align:center;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #c90655;
}
a:active {
	text-decoration: none;
	color: #000000;
}