/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	overflow: auto;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#6e6e6e;
}
	
#flashcontent {
	height: 100%;
}

body {
	height: 100%;
	overflow:auto;
	margin: 0;
	padding: 0;
	background-color: #2c2c2c;
	text-align:center;
}

.alternativecontent {
	width:700px;
	height:500px;
	text-align:left; 
	overflow:auto;
	margin:100px auto;
}

#needFlash {
	margin-top:50px;
}

a {
	color:#6e6e6e;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-weight:normal;
	font-size:2em;
	color:#2c2c2c;
	line-height:1em;
	margin:5px 0;
	
}

#cecile {
	margin-left:-2px;
}

p {
	margin:5px 0;
}

a.whitelink {
	color:white;
	text-decoration:none;
	padding-left:5px;
}

a img {
	border:none;
}

.floatright {
	float:right;
}

#awards {
	width:186px;
	margin:0px auto;
}

a#designlicks, a#dope {
	/*position:absolute;
	bottom:50px;*/
	display:block;
	float:left;
	width:73px;
	height:72px;
	background-repeat:no-repeat;
	background-position:0 0;
	margin:100px 10px 0 10px;
}

a#designlicks:hover, a#dope:hover {
	background-position:0 -72px;
}

a#designlicks {
	background-image:url(../img/design_licks.gif);
}

a#dope {
	background-image:url(../img/dope.gif);
}

