* { padding: 0; margin: 0;}
/*for html5*/
html, body {height: 99%;}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

body {
    font-family: Tahoma, Helvetica, Arial, Calibri, Arial, sans-serif;
    font-size: 12px;
    color: #343434;
    background-color: #dfdfdf;
    overflow: hidden;
}

a, a:visited
{
    font-size:10px;
	text-decoration:underline;
    color:#fff;
}

a:active, a:hover
{
    font-size:10px;
	text-decoration:none;
    color:#fff;
}

#wrapper
{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    
}

header
{
    margin-left:auto;
    margin-right:auto;
    height: 179px;
    width:1206px;
    background-image: url(gfx/top.jpg);
    background-repeat:  no-repeat;
}
#content
{
    margin-left:auto;
    margin-right:auto;
	background:url('gfx/profreliga.jpg') no-repeat left #fff ;
    width:960px;
    height:320px;
    border: #cacaca solid 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;    
    padding:5px;
	
	
}
#content img#religa
{
    float:left;
}
#content section
{
padding-left:243px;
    float:left;
    line-height: 145%;
    width:480px;;
}
#content section img
{
    margin-top: 22px;
}
#content section p
{
    margin-top: 18px;
}
#content section p.thanks
{
    margin-top:5px;
    float:right;
}
#content #flash
{
    float:left;
    width:183px;
    height:249px;
	padding-top:32px;
	padding-left:28px;
}
footer
{
    margin-left:auto;
    margin-right:auto;
    margin-top:22px;
    height: 86px;
    width:1206px;
    font-size:10px;
    color:#fff;
    background-image: url(gfx/footer.jpg);
    background-repeat:  no-repeat;
}
footer p
{
    text-align:center;
    position:relative;
    top:26px;
}