﻿@charset "utf-8";
/* 
** CSS Document
**
** Designed by Masoud Hajikhani
** Copyrights © All rights reserved
*/

@import url(http://fonts.googleapis.com/css?family=Federant);

body{
	background:#333;
	margin:0;
	padding:0;
}
#body{
	padding-top:1px;
}
#page{
	margin-top:70px;
	width:700px;
	position:relative;
	overflow:hidden;
}
#text{
	font:150px 'Federant', cursive;
	font-weight:bold;
	line-height:150px;
	text-shadow: 1px 1px 3px #555;
	color:#111;
	position:relative;
	z-index:10;
	
}
#blocks,#bg{
	position:absolute;
	top:0;
	left:0;
}
#bg{z-index:5;}
#blocks{z-index:20;}
#bg div{
	position:absolute;
	color:#FFF;
	font-family:Arial;
}
#blocks div{
	width:25px;
	height:25px;
	float:left;
	background:#333;
}
.done{
	display:block;
}
#buttons{
	margin-top:80px;
	direction:rtl;
}
#buttons a{
	background:#666;
	color:#333;
	margin:0 20px;
	text-decoration:none;
	font:11px Tahoma;
	line-height:30px;
	display:inline-block;
}
#skip{
	width:130px;
}
#desc{
	width:130px;
}
#description{
	border:1px solid #666;
	margin:30px 0;
	width:600px;
	font:11px Tahoma;
	color:#999;
	text-align:center;
	direction:ltr;
	line-height:15px;
	display:none;
}
#description p{
	margin:10px;
}