body {
font-family: Georgia, "Times New Roman", Times, serif;
background: #333;
color: #000;
overflow: none;
}
div {
position: absolute;
top: 50%;
left: 50%;
background: #fff;
border: 7px solid #222;
border-radius: 5px;
overflow: hidden;
}
#title {
width: 900px;
height: 96px;
margin: -296px 0 0 -458px;
background: #fff url('title.png') no-repeat center;
}
#content {
width: 670px;
height: 435px;
margin: -170px 0 0 -458px;
padding: 10px;
overflow: auto;
}
#lundbeck {
width: 180px;
height: 30px;
margin: -170px 0 0 260px;
background: #1c3e94;
text-align: center;
}
#hep {
width: 180px;
height: 70px;
margin: -110px 0 0 260px;
text-align: center;
}
#nbi {
width: 180px;
height: 70px;
margin: -10px 0 0 260px;
text-align: center;
}
#ku {
width: 180px;
height: 70px;
margin: 90px 0 0 260px;
text-align: center;
}
#atlas {
width: 180px;
height: 95px;
margin: 190px 0 0 260px;
text-align: center;
}
a:link, a:visited, a:active {
text-decoration: none;
color: #600;
}
a:hover {
text-decoration: underline;
color: #600;
}
table {
width: 100%;
}
td {
text-align: center;
}
img {
border: 0;
}
h1 {
margin: 20px;
font-size: 3em;
font-weight: normal;
}
.center {
text-align: center;
}
.block {
text-align: justify;
}
.info {
font-size: .8em;
}
.border {
border: 1px solid #000;
}