﻿@charset "utf-8";

.float {
	height:auto;
	width: auto;
}

.float div {
	height: auto;
	width: auto;
	position: relative;
}

.float div div {
	height:auto;
	width: auto;
	position: absolute;
}

.float div div div {
	height:auto;
	width: auto;
	position: relative;
}

.left {
}

.left div {
	left: 0px;
}

.left div div {
	left: 0px;
}

.left div div div {
	left: 0px;
}

.center {
}

.center div {
	width: 100%;
}

.center div div {
	left: 50%;
}

.center div div div {
	left: -50%;
}

.right {
}

.right div {
	width: 100%;
}

.right div div {
	right: 0px;
}

.top {
	top: 0px;
}

.top div {
	top: 0px;
}

.top div div {
	top: 0px;
}

.top div div div {
	top: 0px;
}

.middle {
}

.middle div {
	height: 100%;
}

.middle div div {
	top: 50%;
}

.middle div div div {
	top: -50%;	
}

.bottom {
	height: 100%;
}

.bottom div {
	height: 100%;
}

.bottom div div {
	bottom: 0px;
}

.bottom div div div {
	bottom: 0px;
}