@charset "utf-8";
/* CSS Document */

div#main
{width:100%; height:100%; background:url(../images/background-blur.jpg) top left no-repeat;}
div#main img.background
{width:100%; height:100%;}

div#main div#button
{width:453px; height:230px; overflow:hidden; position:absolute; top:50%; left:50%; margin-top:-115px; margin-left:-226px; background:url(../images/button.png) top left no-repeat; cursor:pointer;}

div#main div#progress
{width:453px; height:96px; overflow:hidden; position:absolute; top:50%; left:50%; margin-left:-226px; margin-top:-180px; background:url(../images/progress.png) top left no-repeat;}

div#main div#progress div#bar
{position:relative; width:453px; height:96px;}
div#main div#progress div#bar p
{position:absolute; top: 20px; left:0px; width:435px; text-align:center; font-family:Tahoma, sans-serif; font-size:16px;}
div#main div#progress div#bar div#line
{position:absolute; top:54px; left:53px; width:0px; height:10px; background:#2BCF18;}

div#main div#answer
{width:453px; height:96px; overflow:hidden; position:absolute; top:50%; left:50%; margin-left:-226px; margin-top:-180px; background:url(../images/answer.png) top left no-repeat; cursor:pointer; font-family:Tahoma, sans-serif;}
div#main div#answer h4
{text-align:center; margin:20px 10px 10px 10px; font-size:24px;}
div#main div#answer p
{text-align:center; margin:0px 25px; font-size:12px;}


div#main div#shareBlock
{height:32px; width:300px; position: absolute; bottom:10px; left:50%; margin-left:-150px; text-align:center;}
div#main div#shareBlock a
{display:inline-block; width:32px; height:32px; overflow:hidden;}

div#main div#shareBlock a#facebook
{background:url(../images/facebook.png) top left no-repeat;}
div#main div#shareBlock a#twitter
{background:url(../images/twitter.png) top left no-repeat;}
div#main div#shareBlock a#friendfeed
{background:url(../images/friendfeed.png) top left no-repeat;}
div#main div#shareBlock a#blogger
{background:url(../images/blogger.png) top left no-repeat;}
div#main div#shareBlock a#myspace
{background:url(../images/myspace.png) top left no-repeat;}
div#main div#shareBlock a#delicious
{background:url(../images/delicious.png) top left no-repeat;}
div#main div#shareBlock a#digg
{background:url(../images/digg.png) top left no-repeat;}
div#main div#shareBlock a#reddit
{background:url(../images/reddit.png) top left no-repeat;}


div#feedback
{position:absolute; bottom:10px; left:40px; font-family:Tahoma, sans-serif; font-size:10px; text-align:center; width:50px; height:35px; cursor:pointer;}
div#azzaro
{position:absolute; bottom:10px; left:100px; font-family:Tahoma, sans-serif; font-size:10px; text-align:center; width:150px; height:20px; cursor:pointer;}
div#feedback a
{text-decoration:none; color:#999999;}
div#feedback a:hover
{text-decoration:none; color:#333333;}
div#feedback a div#logo
{width:25px; height:25px; background:url(../images/logotype.png) right top; margin:0px auto;}
div#feedback a:hover div#logo
{background:url(../images/logotype.png) left top;}

div#d
{position:absolute; bottom:10px; right:40px;}

/*PNG fix*/
img, div { behavior: url(../iepngfix.htc) }
