body {
font:13px Arial, Helvetica, sans-serif;
background-color:#f6fff0;
}
/*#wrapper {
width:1002px;
background-color:#909090;
box-shadow: 0px 0px 20px #000000;
margin:0 auto;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}*/
#wrapper {
width:1000px;
height: 404px;
background-color:#cccccc;
box-shadow: 0px 0px 50px #cccccc;
margin:0 auto;
}
#header {
width:1000px;
height:190px;
margin:0 auto;
text-align: center;
}
#content {
width:1000px;
float:left;
background-color: #ffffff;
}
#img1 {
text-align: center;
margin-left: 205px;
margin-right: 103px;
}
#img2 {
text-align: center;
margin-left: 99px;
margin-right: 205px;
}
#footer {
width:1000px;
height:200px;
color: #ffffff;
background-color: #000000;
text-align: center;
}
a {
color: #ffffff;
display:inline;
text-decoration:none;
}