/* Frantic NYE Preview - Chase Media 2007 */

html, body {
    height: 100%;
}
a {
	font-weight: bold;
}
A:link {
	color: #FFFF00;
	text-decoration: none;
}
A:visited {
	color: #FFFF00;
	text-decoration: none;
}
A:active {
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: none;
}


body {
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 400px; /* For Mozilla/Opera/Safari */
	background-color: #c6d553;
}
#container {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    height: 100%;
}
#main {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 50%;
    margin-top: -200px;
	background-image: url(../images/temp.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#cp_logo {
	width: 400px;
	padding-top: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}
#cp_logo strong {
	color: #666666;
}
#content {
	height: 400px;
    width: 100%;
}