* {
margin:0;
padding:0;
}
body {
text-align:center;
}
#wrapper {
width:760px;
margin: 10px auto;
text-align:left;
}
h1 {
text-align:center;
color:#555;
margin-bottom:10px;
}
h3 {
color:#017dc7;
margin-bottom:10px;
}
ul {
list-style:none;
}
li {
margin:10px;
}
p {
color:#555;
}
a {
text-decoration:none;
color:#000;
}
a:hover {
color:#f00;
}
#users {
width:210px;
height:300px;
padding:20px;
float:left;
background:#dee9f0;
}
#user_details {
width:462px;
height:292px;
padding:20px;
border:4px dashed #dee9f0;
float:right;
}
