body {
    font-family: arial;
    font-size: 12px;
    color: black;
    margin:0;
    padding:0;
    background: #e9e9e9;
 
    height:100%;
}

h1 {
    font-size:18px;
    color:black;
    font-weight:normal;
    margin-bottom:0px;

}
h2 {
    font-size:12px;
    color:black;
    font-weight:normal;
    margin-top:15px;
    margin-bottom:3px;

}
#bigger {
    font-size:22px;
    margin-top:70px;
}
#content {
	width:664px;
	margin:50px auto 0 auto;
           text-align:left;
}
a, a:visited {
	color:red;
}
a:hover {
	text-decoration:none;
}
p {
    margin:0;padding:0;
    margin-bottom:12px;
}
#flash {
	width:100%;
	height:100%;
	position:fixed !important;
	z-index:0;

	position:absolute;

}
*:first-child+html #flash {
	top:0;
}
#flash_bottom {
	width:100%;
	height:33px;
	position:fixed !important;
	z-index:1;
	bottom:0px;
	position:absolute;
  	background:none;

}
*:first-child+html #flash_bottom {
	bottom:5px;
}

#works h1 {
    margin-top:70px;
}
