@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;}

body {
background-color:#3D444B;
}

#divflash {

width: 760px;
height: 608px;
text-align: center;
margin: 0px auto 0px auto;
border-left: solid 3px;
border-right: solid 3px;
border-bottom: solid 3px;
border-color: #7A7F93;
}

/* ----------------CLASS SOLUTION---------------*/
 
#divdeveloped {
 clear: both;
 width: 750px;
 margin: 10px auto 0 auto;
 text-align: right;
 text-decoration: none;}
 
#divdeveloped img {
 margin-bottom: 10px;
 float: right;}
 
#divdeveloped img a {
 text-align: right;
 text-decoration: none}
