@charset "utf-8";
@import url('reset.css');
@import url('typography.css');

body {
background: url(../images/aluminiumbg.png) center repeat;
margin: auto;
text-align: center;
}

#wrap {

width: 718px;

margin: 15px auto;
}

#content {
background :#FFFFFF;
height: 500px;
border: 1px #aaa solid;
}

/*
#slide img {
border: 8px #ddd solid;
}

#slide {
border: 1px #aaa solid;
}
*/

p {
margin-top: 100px;
font-family: tahoma, arial, verdana, helvetica;
font-size: 12px;
color: black;
line-height: 25px;
}

strong {
font-family: tahoma, arial, verdana, helvetica;
font-size: 12px;
color: black;
font-weight: bold;
}

a {
font-family: tahoma, arial, verdana, helvetica;
font-size: 12px;
}

#buttons {

}

.btn {
float: left;
display: block;
background: url(../images/btnbg.png) repeat-x;
border: 1px solid gray;
padding: 3px;
margin: 10px 5px;
}

.btn a {
text-decoration: none;
color: #242424;
}

.btn a:hover {
text-decoration: underline;
color: #000;
}