@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

html, body {
	height: 100%;
}

body {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12pt;
background-color:#000000; 
}

#container{
position:absolute;
width:900px;
height:600px;
left: 50%;
top: 50%;
margin-left: -450px; 
/* Half the width of the DIV tag which is 450 pixels */
margin-top: -300px; 
/* Half the height of the DIV tag which is also 300 pixels */
}

#content{
position:relative;
width:900px;
height:600px;
background-repeat:no-repeat;
}

p {
margin:0;
padding:0;
}

img {
border-style: none;
}

.movingforward {
background-color:#96C03B; 
width:270px;
height:78px;
}

.movingforward .yearcufon {
margin-top:10px;
margin-right:15px;
font-size:12px;
text-align:right;
height:12px;
}

.movingforward .namecufon {
font-size:28px;
margin-top:2px;
margin-right:15px;
text-align:right;
height:28px;
}

.movingforward .subcufon {
font-size:13px;
margin-top:5px;
margin-right:15px;
text-align:right;
font-style:italic; 
height:13px;
}

.movingforward:hover {
background-color:#FFDE00;
}

#meta {
font-size: 18px;
position:absolute;
text-align:right;
bottom:-20px;
right:15px;
}

#meta a {
text-decoration:none;
color:#96C03B;
}

#meta a:hover {
color:#FFDE00;
}
#meta a:hover {
color: #FFDE00;
}

a, a:hover, a:visited {
text-decoration:none;
color:#000000;
padding:0;
margin:0;
}
