@charset "utf-8";
/* CSS Document */

*
{
	margin:0px auto;
	padding:0px;
}

body
{
	background:#000;
}

.space
{
	width:1024px;
	height:20px;
	background:#FFF;
}

#wraper
{
	width:1024px;
	height:786px;
	background:url(images/bg_image.jpg);
}

#mainbody
{
	width:1024px;
	height:786px;
}


#bodypart
{
	width:1024px;
	height:555px;
	
}

.bodyleft
{
	width:340px;
	height:555px;
	
	float:left;
}

.img1
{
	margin-left:80px;
}

.img2
{
	margin:12px 0 0 165px;
}

.img3
{
	margin:15px 0 0 80px;
}


.bodymid
{
	width:430px;
	height:555px;

	float:left;
}

.imgx
{
	height:450px;
	width: 320px;
background:url(images/x.png) no-repeat;
margin-left:0px;
border:1px solid black;

}

.img4
{
	margin:-170px 0 0 255px;
}


.bodyright
{
	width:254px;
	height:555px;

	float:left;
}

.img6
{
	margin:100px 0 0 15px;
}

.img7
{
	margin:-20px 0 0 115px;
}

.rotated{ margin:240px 0 0 5px; padding:0; width:70px; height:200px; text-align:center;}



#menubar
{
	width:1024px;
	height:22px;
	background-color:#FFF;
}

.menu
{
	font-family:Arial;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

.menu ul
{
	
}

.menu ul li
{
	float:left;
	list-style:none;
	padding:4px 0 0 57px;
}

.menu a
{
	color:#000;
	text-decoration:none;
}

.menu a:hover
{
	
}





@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.blink {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}
