@charset "utf-8";
/* CSS Document */

/* **************Index.html CSS*************** */

#body{

}

#background{
	margin:0 auto;
}
#access_one {
 float: left;
 height: auto;
 width: 300px;
 margin: 0px;
 padding: 0px;
 line-height: 1.8em;
}
#access_two {
 float: right;
 width: 350px;
}
#access_two img {
 border: 1px solid #C69;
 margin-bottom: 10px;
}

