body
{
	margin:0 auto;
	padding:0;
	background-repeat:inherit;
	width:1000px;
}
.nav 
{
	padding-bottom:20px;
	width:1000px;
	height:10px;
	background-color:#EFD046;
}
.bod
{
	width:1000px;
	height:auto;
	background-color:#f1eee7;
}
.bod1
{
	width:1000px;
	height:508px;
	background-image:url(../image/back.png);
	background-repeat:no-repeat;
}

.count
{
	margin-top:-10px;
		float:right;
}

.h2
{
	color:#64980F;
	font-weight: normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	padding-left:5px;
}

.stu
{
	float:right;
	margin-top:-230px;
}

.foot
{
	width:1000px;
	height:100px;
	background-color:#FF9A00;
}

.marq
{
	float:right;
	height:auto;
}
.form
{
	float:right;
}

.blink {
  animation: blink 1s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}

#blinkeffect {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blink {  
    0% { opacity: 1.0; color: blue; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; color: red; }
}

@-webkit-keyframes blink {  
    0% { opacity: 1.0; color: blue;}
    50% { opacity: 0.0; }
    100% { opacity: 1.0; color: red; }
}

@keyframes blink {  
    0% { opacity: 1.0; color: blue; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; color: red; }
}
/*.clip
{
	background-image:url(../image/clip1.png);
	z-index:999;
}*/

.chat
{
	width:100%;
	height:41;
}




