html, body, td, th, form, h6 {margin: 0; padding: 0;}
table {border: none; border-collapse: collapse;}
html, body {height: 100%;}
img	{border: none;}
h6 {font-size: 100%;}
h1, h2, h3, h4, h5, h6, p {margin-top: 0;}

.clear {width: 100%; overflow: hidden;}
.w100 {width: 100%;}
.rel {position: relative;}

#page-all {min-height: 100%;}
#page-half {min-height: 50%;}

* html #page-all {height: 100%;}
* html #page-half {height: 50%;}

ul.aux {margin: 0; padding: 0; list-style: none;}
input.aux {border: none; background: transparent;}

body {
    background: url(page-bgr.png) #454545;
	font: 81.25%/1.46  Arial, Helvetica, sans-serif;
	color: #FFF;
}
a {
	color: #06C;
}
/* Page */
#page-center {
	width: 920px;
	margin: -310px auto 0;
}

/* Field */
#game-field {
	position: relative;
	width: 617px; height: 217px;
}
.square {
	position: absolute;
	width: 69px; height: 69px;
	background: url(cell-bgr.png) no-repeat;
}
.square.selected {
	background-position: 0 -69px;
}

/* Balls */
.ball {
	position: absolute; left: 7px; top: 6px;
	width: 55px; height: 55px;
	background-repeat: no-repeat;
	background-position: 0 60px;
}
.yellow {
	background-image: url(ball-yellow.png);
}
.green {
	background-image: url(ball-green.png);
}
.blue {
	background-image: url(ball-blue.png);
}
.red {
	background-image: url(ball-red.png);
}
.violet {
	background-image: url(ball-violet.png);
}
.aqua {
	background-image: url(ball-aqua.png);
}
.pink {
	background-image: url(ball-pink.png);
}

/* Column */
#right-column {
	float: right;
	width: 240px; height: 617px;
	position: relative;
}
#scores {
	margin: 0 0 15px;
	font: 48px Myriad, Trebuchet MS, Arial, sans-serif;
	color: #F0F0F0;
}

#highscores {
	height: 60px;
	color: #999;
}
.description {
	margin: 0 20px 20px 0;
	color: #AAA;
}
.new-game {
	position: relative; left: -4px;
}
.projects {
	position: absolute;
	bottom: 0;
	color: #888;
}
* html .projects {
	position: static;
	margin-top: 50px;
}
.projects h6 {
	font-weight: normal;
	color: #AAA;
}
.projects p {
	font-size: 11px;
	margin: 10px 10px 0 0;
}
.projects a {
	color: #AAA;
	text-decoration: none;
}
.projects a:hover {
	text-decoration: underline;
}

/* Preview */
.preview-box {
	height: 100px;
}
.preview-box h6 {
	margin: 0 0 8px;
	font-weight: normal;
}
.preview-box span {
	cursor: pointer;
}
.preview-box span:hover {
	border-bottom: 1px dashed #FFF;
}

#preview {
	position: relative; left: -12px;
	margin: 0; padding: 0;
	list-style: none;
}
#preview li {
	float: left;
	width: 45px; height: 45px;
	background-repeat: no-repeat;
	background-position: -5px -245px;	
}

/* Explorer 6 */
* html .yellow {
	background-image: url(ie/ball-yellow.gif);
}
* html .green {
	background-image: url(ie/ball-green.gif);
}
* html .blue {
	background-image: url(ie/ball-blue.gif);
}
* html .red {
	background-image: url(ie/ball-red.gif);
}
* html .violet {
	background-image: url(ie/ball-violet.gif);
}
* html .aqua {
	background-image: url(ie/ball-aqua.gif);
}
* html .pink {
	background-image: url(ie/ball-pink.gif);
}