
@font-face
{
    font-family: 'juice';
    src: url('juice.eot');
    src: url('juice.eot?#iefix') format('embedded-opentype'),
         url('juice.woff') format('woff'),
         url('juice.ttf') format('truetype'),
         url('juice.svg#juice') format('svg');
    font-weight: normal;
    font-style: normal;
}

html
{
	width: 100%;
	margin: auto;
}

body
{
	background-image: -webkit-linear-gradient(#080307, #27131F);
	background-image:    -moz-linear-gradient(#080307, #27131F);
	background-image:     -ms-linear-gradient(#080307, #27131F);
	background-image:      -o-linear-gradient(#080307, #27131F); 
	background-image:         linear-gradient(#080307, #27131F);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#080307', endColorstr='#27131F'); /* IE6 et IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#080307', endColorstr='#27131F')"; /* IE8 */
	background-attachment: fixed;
	font-family: 'juice', tahoma, verdana, serif;
	font-weight: normal;
	font-style: normal;
	color: #882929;
	width: 100%;
	margin: auto;
}

#avatar
{
	display: block;
	width: 86px;
	height: 86px;
	opacity: 0.2;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); /* IE */
	margin-top: 1%;
	margin-left: 1%;
}

h1, #rabbit, #moveRabbit, footer
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE */
	/*border: solid 1px white;*/
}

section h1
{
	font-size: 5em;
	width: 80%;
	height:90px;
	margin-top: 1%;
	margin-bottom: 0%;
}

#rabbit
{
	width: 270px;
	height: 270px;
	margin-top: -1%;
}

#moveRabbit
{
	width: 270px;
	height: 270px;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE */
	font-family: tahoma, verdana, serif;
	font-weight: bold;
	font-size: 1.2em;
}

footer
{
	text-align: right;
	font-size: 1.3em;
	width: 80%;
	height: 0px;
	margin-top: 30px;
	margin-bottom: 0%;
}

.link
{
	color: #882929;
	text-decoration: none;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE */
}

.link:hover
{
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE */
}
