body {
background: #434343 url(images/back.png) repeat-x fixed;
text-align: center;
}
#main {
width: 600px;
margin: 50px auto;
}
#tl {
background-image: url(images/tl.png);
background-position: top left;
background-repeat: no-repeat;
float: left;
width: 14px;
height: 15px;
}
#tr {
background-image: url(images/tr.png);
background-position: top right;
background-repeat: no-repeat;
max-height: 15px;
overflow: hidden;
}
#bl {
background-image: url(images/bl.png);
background-position: top left;
background-repeat: no-repeat;
float: left;
width: 14px;
height: 15px;
}
#br {
background-image: url(images/br.png);
background-position: top right;
background-repeat: no-repeat;
margin-left: 14px;
}
#box {
background-color: #FFF;
padding: 10px;
}
#logos {
margin: 20px auto;
letter-spacing: 1.2px;
font-size: 1.1em;
}
#logos a {
font-size: 1.1em;
color: #000;
text-decoration: none;
}
#logos a:visted {
font-size: 1.1em;
color: #000;
text-decoration: none;
}
#logos a:hover {
font-size: 1.1em;
color: #BB1717;
text-decoration: none;
}
#links {
margin-top: 20px;
color: #707070;
letter-spacing: 1.2px;
font-size: 1.1em;
}
#links a {
font-size: 1.1em;
color: #707070;
text-decoration: none;
}
#links a:visted {
font-size: 1.1em;
color: #707070;
text-decoration: none;
}
#links a:hover {
font-size: 1.1em;
color: #BB1717;
text-decoration: none;
}  
img{border:0;
} 
