@charset "UTF-8";
/* CSS Document */

html{
	width:100%;
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:url(../images/text.png),-webkit-gradient(radial, center center, 0, center center, 100, from(#CA0000), to(#730000));
    background:url(../images/text.png),-webkit-radial-gradient(center, circle cover, #CA0000 0%, #730000 100%);
    background:url(../images/text.png),-moz-radial-gradient(center, circle cover, #CA0000 0, #730000 100%);
    background:url(../images/text.png),-ms-radial-gradient(center, circle cover, #CA0000 0, #730000 100%);
    background:url(../images/text.png),-o-radial-gradient(center, circle cover, #CA0000 0, #730000 100%);
    background:url(../images/text.png),radial-gradient(#CA0000 0, #730000 100%);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:contain;
	overflow:hidden;
}
#gollira{
	width:100%;
	height:100%;
}
#gollira.nogl{
	position:absolute;
	top:33%;
	left:0%;
	width:100%;
	height:42%;
}
#gollira.nogl img{
	display:block;
	height:100%;
	width:auto;
	margin:0px auto;
}