/* CSS Document */
/* CSS to gallery, that is flash content*/

body {
	background-color: #cccccc;
	/*background: #d2d2d2 url(../images/rest/wall_bottom.jpg) repeat fixed center;*/
	height: 100%;
}

#contenedor {
	width: 100%;
	height: 100%;
}  

#content {
	margin: -10px auto 0;
	width: 760px;
	height: auto;
	border-top: 1px solid white;

}

#flash {
	padding-top: 12px;
	padding-bottom: 8px;
	/*background-color: #CCCCCC;*/ 
    padding-left: 20px;
	border-top: solid 1px #666666;
}

