body {
	//background-image: url(background/randomImage.php);
	//background-image: url(http://i.imgur.com/ryAsgkJ.png);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center center;
	background-color: #3a3a3a;
    opacity:0;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
}
.ft {
	text-align:center;
	float: center;
	color: #fff;
	margin-top: 13px;
	margin-left: 20px;
} 
#header{
	//font-family: 'Rationale', sans-serif;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	margin: 0 auto;
	width: 1000px;
	margin-bottom: 10px;
	color: rgba(255,255,255,0.5);
}
.footer{
	font-family: 'Dosis', sans-serif;
	//font-family: 'Rationale', sans-serif;
	font-size: 18px;
	height: 24px;
	line-height: 20px;
	margin: 0 auto;
	width: 800px;
	color:;
} 
hr{  
    margin: 13px;  
    border: none;  
    border-top: 1px solid rgba(255,255,255,0);  
    border-bottom: 1px solid rgba(255,255,255,0);  
}
p{
	color: #fff;
	text-align: center;
	font-size: 12pt;
	font-family: 'Dosis', sans-serif;
}  
p1{
	color: #fff;
	text-align: left;
	font-size: 18pt;
	font-family: 'Dosis', sans-serif;
}  
p2{
	color: #fff;
	text-align: left;
	font-size: 14pt;
	font-family: 'Dosis', sans-serif;
}  
a{  
    text-decoration: None;
	color:#fff;  
}
a:hover{
	color: rgba(255,0,0,1);
	font-family: Dosis, sans-serif;
}
a.smile {
    display: inline-block;
    width: 22px; height: 22px;
    background: transparent url('pc_logo.png') top left no-repeat;
    border: 0px none; margin: 0px; margin-top: 0px; vertical-align: top;
}
a.smile:hover {
    background-position: -22px 0;
}
a.smileLI {
    display: inline-block;
    width: 22px; height: 22px;
    background: transparent url('li_logo.png') top left no-repeat;
    border: 0px none; margin: 0px; margin-top: 0px; vertical-align: top;
}
a.smileLI:hover {
    background-position: -22px 0;
}
#container{
	margin: 0 auto;
	width: 1000px;
	//border: 1px solid  rgba(255,255,255,0.1);
	//-moz-box-shadow: 0px 0px 1px #000;
	//-webkit-box-shadow: 0px 0px 1px #000;
	//box-shadow: 0px 0px 1px #000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	//background-image: url(background_column.png);
    background-color: rgba(0,0,0,0.0) ;
} 
img{
	display: block;
	// border:10px solid #444;  
    //-moz-box-shadow: 0px 0px 3px #000;
	//-webkit-box-shadow: 0px 0px 3px #000;
	//-webkit-border-top-right-radius: 10px;
    //-webkit-border-bottom-left-radius: 10px;
    //-moz-border-radius-topright: 10px;
    //-moz-border-radius-bottomleft: 10px;
    //border-top-right-radius: 10px;
    //border-bottom-left-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	margin-bottom: 13px;
}
img{
	display: block;
	// border:10px solid #444;  
    //-moz-box-shadow: 0px 0px 3px #000;
	//-webkit-box-shadow: 0px 0px 3px #000;
	//-webkit-border-top-right-radius: 10px;
    //-webkit-border-bottom-left-radius: 10px;
    //-moz-border-radius-topright: 10px;
    //-moz-border-radius-bottomleft: 10px;
    //border-top-right-radius: 10px;
    //border-bottom-left-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	margin-bottom: 13px;
}
img:hover{
	border-color: #555;
	//-moz-box-shadow: 0px 0px 3px #111;
	//-webkit-box-shadow: 0px 0px 3px #111;
	//box-shadow: 0px 0px 3px #000;
	alignment-adjust: central;
}

.fadeIn {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

.fadeIn-3s {
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.fadeIn-Delay-1s {
	-webkit-animation-delay:0.5s;
	-moz-animation-delay:0.5s;
	-o-animation-delay:0.5s;
	animation-delay:0.5s;
}
.fadeIn-Delay-2s {
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;
}
.fadeIn-Delay-3s {
	-webkit-animation-delay:1.5s;
	-moz-animation-delay:1.5s;
	-o-animation-delay:1.5s;
	animation-delay:1.5s;
}
.fadeIn-Delay-4s {
	-webkit-animation-delay:2s;
	-moz-animation-delay:2s;
	-o-animation-delay:2s;
	animation-delay:2s;
}
.fadeIn-Delay-5s {
	-webkit-animation-delay:2.5s;
	-moz-animation-delay:2.5s;
	-o-animation-delay:2.5s;
	animation-delay:2.5s;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
