body {
	background: url(../images/bg_black.jpg);
	color: #ccc;
	font-family: square;
}

a:link, a:visited {
	color: #d3d3d4
}

.container {
	background: url(../images/bg_white.jpg) repeat;
	position: fixed;
	min-width: 1280px;
	min-height: 1040px;
	background-color: #ccc;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.jconfirm.jconfirm-light .jconfirm-box {
	color: #000;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
	border-bottom: solid 1px #ccc;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
	margin-top: 15px;
	font-size: 14px;
}