@CHARSET "ISO-8859-1";

.main {
	width: 980px;
	margin: auto;
}

.image {
	text-align: center;
}

.image-left, .image-right {
	margin: -15px;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

.image-clear {
	clear: both;
}


img {
	border: 0;
	}
	
.pos_center
{
	width: 980px;
	margin: auto;
	text-align: center;
}

.pos_fix
{
	position:fixed;
}

.pos_fix2
{
        position: fixed;
        top: 40px;
}

#video24
{
	margin-left: -15px;
}


