body {
font-size:16px;
}

a.more-link {
color:#ffffff;
background:#000000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 4px;
float:right;
padding:4px 10px;
text-decoration:none;
margin-top:30px;
position: relative;
}

body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0) 80px);
}

#container {
    background: none repeat scroll 0 0 transparent;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 1200px;
}

#header, #menu {
    width: 1200px;
}

#contents {
    width: 1000px;
}

#widgets {
    border-top: medium none;
    float: right;
    position: absolute;
    right: 0;
    top: 505px;
    width: 205px;
}

#widgets .widget {
	clear: both;
	width: 100%;
}

