body
{
	background-color:#ffffff;
	text-align:center;
	margin: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.shadow{
-moz-box-shadow: 0 0 4px 4px #777;
-webkit-box-shadow: 0 0 4px 4px#777;
box-shadow: 0 0 4px 4px #777;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=120, Color='#777777')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=120, Color='#777777');
}

.sombra {
-moz-box-shadow: 4px 4px 7px #666;
-webkit-box-shadow: 4px 4px 7px #666;
box-shadow: 4px 4px 7px #666;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=120, Color='#666666')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=120, Color='#666666');
}

#splash-1 {
	float: left;
	height: 693px;
	width: 980px;
	position: relative;
	background-image: url(http://www.sabagphotography.ca/graphic/images/splash-inicio.jpg);
	margin-top: 5px;
	margin-left: 5px;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius :7px;
}


#contenedor{
	position:relative;
	width:990px;
	height:auto;
	visibility: visible;
	z-index: 0;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.shadow {
-moz-box-shadow: 4px 4px 7px #666;
-webkit-box-shadow: 4px 4px 7px #666;
box-shadow: 4px 4px 7px #666;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
#main {
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	height:800px;
	z-index: 1;
}
#suma-head {
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	height:212px;
	background-image: url(images/suma-head.png);
	background-repeat: no-repeat;
}
#suma-side {
	position:absolute;
	left:0px;
	top:212px;
	width:131px;
	height:588px;
	background-image: url(images/suma-side.png);
	background-repeat: no-repeat;
}
#suma-words {
	position:absolute;
	left:151px;
	top:239px;
	width:859px;
	height:588px;
	background-image: url(images/suma-words.png);
	background-repeat: no-repeat;
}


#indice-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	height:149px;
	background-image: url(images/indice_01.jpg);
	background-repeat: no-repeat;
}

#indice-02 {
	position:absolute;
	left:0px;
	top:149px;
	width:990px;
	height:651px;
	background-image: url(images/indice_02.jpg);
}

#enter {
	position:absolute;
	left:854px;
	top:196px;
	width:90px;
	height:28px;
}




.enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	text-align: left;
	vertical-align: text-top;
	z-index: 12;
	font-weight: normal;
	text-transform: lowercase;

}
#enter a {
	color: #999;
	text-decoration: none;
}
#enter a:hover {
	color: #00C;
	text-decoration: underline;
}

