body, html {
    margin: 0;
    padding: 0;
    font-size:14px;
    color:#000;
    text-align:left;
    background: #f1f1f1;
    font-family: Verdana, sans-serif;
    overflow: hidden;
}

img#bgimage
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#contain {
    margin: auto;
    min-width: 100%;
    text-align: left;
}
#main {
    position: absolute;
    min-width: 100%;
    z-index: 0;
}

#main #yamlogo
{
	width: 384px;
	height: 219px;
	position: relative;
	margin: auto auto;
	margin-top: 10%;
	background: url(images/yamlogo.png);
}

#main #yamlogo #ed2009, #ed2010, #ed2011, #ed2012, #ed2013, #ed2014
{
    width: 130px; height: 130px;
}

#ed2009 > a, #ed2010 > a, #ed2011 > a, #ed2012 > a, #ed2013 > a, #ed2014 > a{
    display: block;
    width: 100%;
    height: 100%;
}

#main #yamlogo #ed2009 {
    position: absolute;
    left: 1px;
    top: -139px;
    background: url(images/ed2009.png);
}

#main #yamlogo #ed2009:hover {
    background: url(images/ed2009_over.png);
}

#main #yamlogo #ed2010 {
    position: absolute;
    top: -136px;
    left: 254px;
    background: url(images/ed2010.png);
}

#main #yamlogo #ed2010:hover {
    background: url(images/ed2010_over.png);
}

#main #yamlogo #ed2013 {
    position: absolute;
    top: -15px;
    left: 394px;
    background: url(images/ed2013.png);
}

#main #yamlogo #ed2013:hover {
    background: url(images/ed2013_over.png);
}

#main #yamlogo #ed2015 {
	position: absolute;
	top: 121px;
	left: 394px;
	background: url(images/ed2015.png);
	width: 130px;
	height: 130px;
}

#main #yamlogo #ed2015:hover {
    background: url(images/ed2015_over.png);
}

#main #yamlogo #ed2014 {
    position: absolute;
    top: -17px;
    left: -142px;
    background: url(images/ed2014.png);
}

#main #yamlogo #ed2014:hover {
    background: url(images/ed2014_over.png);
}

#main #yamlogo #ed2016 {
	position: absolute;
	top: 121px;
	left: -142px;
	background: url(images/ed2016.png);
	width: 130px;
	height: 133px;
}

#main #yamlogo #ed2016:hover {
    background: url(images/ed2016_over.png);
}

#main #yamlogo #ed2011 {
    position: absolute;
    right: 253px;
    top: 230px;
    background: url(images/ed2011.png);
}

#main #yamlogo #ed2011:hover {
    background: url(images/ed2011_over.png);
}


#main #yamlogo #ed2012 {
    position: absolute;
    bottom: -140px;
    left: 253px;
    background: url(images/ed2012.png);
}

#main #yamlogo #ed2012:hover {
    background: url(images/ed2012_over.png);
}

.left_sigla {
	position: fixed;
	left: 0;
	top: 50%;
	background:url(images/facebookA1_1.png) 0 0 no-repeat;
	z-index: 99999;
	width:51px;
	height:52px;
}

.left_sigla:hover {
	background:url(images/facebookA1_2.png) 0 0 no-repeat;
	
}
