html, body {
background-color: rgb(110,110,110);
margin: 0;
padding: 0;
}
p, a {
font-family: Georgia, serif;
font-size: 45px;
color: rgb(195,195,170);
line-height: 1.3;
}
a {
color: rgb(170,170,170);
text-decoration: none;
}
a:hover, a:visited {
color: rgb(195,195,170);
text-decoration: none;
}
div#container {
/*border: solid 1px black;*/
position: absolute;
left: 50%;
top: 50%;
height: 75%;
margin-top: -25%;
width: 50%;
margin-left: -25%;
}
div#left {
width: 49%;
float: left;
text-align: right;
position: relative;
border-right : 1px dotted #eee;
}
div#right {
width: 49%;
float: right;
text-align: left;
position: relative;
}
div#more, div#more p a{
width: 100%;
text-align: right;
font-family: Georgia, serif;
font-size: 25px;
color: rgb(170,170,170);
line-height: 1.3;
}