body{
	background-color: white;
    color: white;
}

#header {
    background-image: images/1.jpg;
    background: white;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 5px 40px;
    color: white;
}

#header a{
    color: white;
    font-size: 12px;
    text-decoration: none;
}

#header a:hover{
    opacity: 0.8;
}

#info, #code{
    padding: 10px 40px;
    background: rgba(0, 0, 0, 0.50);
    width: 210px;
    margin-top: 30px;
    border-radius: 0 10px 10px 0;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 12px;
    text-align: center;
}

#pname{
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 24px;
    margin: 0;
    margin-top: 5px;

}

#pinfo{
    margin: 0;
    font-size: 14px;
    text-align: center;
}

#link{
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    background: #b71840;
    color: white;
    text-decoration: none;
    padding: 15px 30px 18px 18px;
    display: block;
    width: 110px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    margin-top: 15px;
    font-size: 16px;
}

#link2{
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    background: #008b8b;
    color: white;
    text-decoration: none;
    padding: 15px 30px 18px 18px;
    display: block;
    width: 110px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    margin-top: 15px;
    font-size: 14px;
}

#link:hover {
background: #ea1b4f;
}

#link2:hover {
background: #20b2aa;
}

#code{

}

#code pre{
    margin: 0;
font-size: 14px;
font-family: "Lucida Console";
font-weight: bold;
}