@charset "iso-8859-1";
/* CSS layout */
html, body, div.photo {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
background-color: transparent;}
#top {
background-position: center top; width: 800px;
position: absolute;
top: 10px;
left: 50%;
color: #f7e2ba;
margin-left: -405px;
text-shadow: 1px 1px #000000;
font-family: Georgia, Helvetica, sans-serif;
font-size: 90%;
line-height: 120%; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll}
#main {
margin-top: 40px;
margin-left: 0px;
width: 790px;
float: center;
font-size: 80%;
color: #b39967;
background-color: rgba(31,31,31, 0.3);
-moz-border-radius: 1em 2em 1em 2em;
-webkit-border-radius: 20px;
border-radius: 1em 1em 1em 1em;
border: 0px solid #FFFFFF;
padding: 10px 10px 10px 15px;
}
#main p {
padding: 40px 40px 40px 40px;}
#footer {
margin-top: 10px;
text-align: center;
font-size: smaller;
color: #d9cbb1;}
a:link {
text-decoration: underline;
color: #c7ba8c;}
a:visited {
text-decoration: underline;
color: #c7ba8c;}
a:hover {
text-decoration: underline;
color: #f9f9f4;}
a:active {
text-decoration: underline;
color: #f9f9f4;}
input {
color: #FFFFFF;}
Style Sheet with transparent bg:
@charset "iso-8859-1";
/* CSS layout */
html, body, div.photo {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
background-color: transparent;}
#top {
background-position: center top; width: 800px;
position: absolute;
top: 10px;
left: 50%;
color: #f7e2ba;
margin-left: -405px;
text-shadow: 1px 1px #000000;
font-family: Georgia, Helvetica, sans-serif;
font-size: 90%;
line-height: 120%; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll}
#main {
margin-top: 40px;
margin-left: 0px;
width: 790px;
float: center;
font-size: 80%;
color: #b39967;
background: transparent url('http://imaginechat.com/memberpages/enjynrp/Ar/bgar.png');
background-color: rgba(0,0,0, 0.2);
-moz-border-radius: 1em 2em 1em 2em;
-webkit-border-radius: 20px;
border-radius: 1em 1em 1em 1em;
border: 0px solid #FFFFFF;
padding: 10px 10px 10px 15px;
}
#main p {
padding: 40px 40px 40px 40px;}
#footer {
margin-top: 10px;
text-align: center;
font-size: smaller;
color: #d9cbb1;}
a:link {
text-decoration: underline;
color: #c7ba8c;}
a:visited {
text-decoration: underline;
color: #c7ba8c;}
a:hover {
text-decoration: underline;
color: #f9f9f4;}
a:active {
text-decoration: underline;
color: #f9f9f4;}
input {
color: #FFFFFF;}