/* Layout */

a {
    font-size: 10px;
    color: gray;
}

.wrapper {

	margin: 0 auto;
	width: 800px;
	overflow: hidden;
}

.header {

	margin-bottom: 100px;
}

.content {

    margin-bottom: 100px;
}

.footer {

	border-top: 1px solid #CCCCCC;
	padding: 20px;
	clear: both;
}

.footer p {

    font-size: 14px;
    color: #CCCCCC;
}

/* Copyright of footer */

.copyright div {

    width: 400px;
    height: 60px;
}

.copyright img {

    float: left;
}

.copyright span {

    color: gray;
    width: 295px;
    height: 40px;
    margin-top: 20px;
    margin-left: 10px;
    position: absolute;
}


/* Home page */

.home span {
    
    color: #CCCCCC;
    font-size: 36px;
    font-weight: bold;
    margin-left: 100px;
}

.home span.dark {

    color: gray;
}

.home span.twelve-font {

    font-size: 12px;
}

.home img {
    
    margin-bottom: 50px;
}

img.float-right {
    float: right;
}