
body {
    margin: 0;
    background: #030303;
}

#wrapper {
    width: 100%;
    text-align: center;
}

#container {
	width: 770px;
	height: 595px;
	margin: auto;
	xbackground: red;
}

.cell {
    float: left;
    background-repeat: no-repeat;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.clear-both {
    clear: both;
}

img, div, input { 
	behavior: url("/css/iepngfix.htc"); 
}

a, a:hover {
    color: #fff;
}

a:hover {
    text-decoration: underline;
}