/* COMMON */

* {
    padding: 0;
    margin: 0;
}

html, body {
	height: 100%;
	font-size: 100%;
}

body {
	background: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

/* SITE */

.contentBox {
	width: 1402px;
	margin: 10px;
	text-align: center;
}

.headerBox {
	width: 1402px;
	height: 129px;
	margin-bottom: 10px;
}

.collageBorderBox {
	background: url('../images/kogafoto_200.jpg') no-repeat;
	width: 1400px;
	height: 665px;
	border: solid 1px #ccc;
}

.flashBorderBox {
	background: url('../1000/DSCSA070899.jpg') no-repeat;
	width: 1000px;
	height: 665px;
	border: solid 1px #ccc;
}

.flyerBorderBox {
	width: 1000px;
	height: 773px;
	border: solid 1px #ccc;
}

.footerBox {
	width: 1402px;
	font-size: 12px;
	margin-top: 7px;
	text-align: center;
	overflow: hidden;
}

/*
.footerBox .left {
	width: 600px;
	text-align: left;
	margin-left: 3px;
	float: left;
}

.footerBox .right {
	width: 397px;
	text-align: right;
	float: right;
}
*/

.footerBox .left {
	width: 397px;
	text-align: left;
	margin-left: 3px;
	float: left;
}

.footerBox .right {
	width: 1000px;
	text-align: right;
	float: right;
}

.buttonBox {
	width: 1397px;
	text-align: left;
	margin-left: 3px;	
}

.googleBtn,
.facebookBtn {
	margin-bottom: 2px;
}

/* LINKS */

a:link,
a:active,
a:visited,
a:hover {
	font-size: 12px;
	color: #ccc;
}

a:link,
a:active,
a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

