@import url( '/css/global.css' );

/*
 * CSS Definitions for the index page
 */
body { 
	margin: 0px;
    color: rgb( 200, 194, 190 ); 
    font-family: "Georgia", "Verdana", "Arial", "Serif";
	background: #655;
}

img.logo {
	display: block;
	margin: auto;
}

#condom { 
	top: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: 768px;
    background: rgb( 100, 32, 34 );	/* maroon */
}

#logo_wrapper {
	position: absolute;
    top: 40px;
	width: 100%;
}

#wrapper {
    position: absolute;
    top: 100px;
    height: 377px;
	width: 1024px;
    background: rgb( 79, 50, 76 );
    border-top: 2px ridge rgb( 200, 194, 190 ); 
    border-bottom: 2px ridge rgb( 200, 194, 190 ); 
	text-align: center;
}

#links {
    position: absolute;
	top: 343px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	word-spacing: 15px;
}

#placard {
    position: absolute;
	left: 0px;
	top: 490px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.5;
}

#name {
	font-size: 40px;
}

#title {
	font-size: 24px;
}

