body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
text-align: center;
}

#main {
margin-top: 25px;
margin: auto;
width: 400px;
text-align: left;
}

#text {
position: relative;
}

#form {
position: relative;
margin-top: 5px;
}

#google {
width: 600px;
text-align: left;
float: left;
}

#amazon {
width: 350px;
text-align: left;
position: absolute;
left: 800px;
top: 400px;
}

#details {
text-align: left;
float: left;
width: 600px;
position: absolute;
left: -800px;
top: -200px;
}

* #amazon {
left: 810px;
width: 350px;
}

* #details {
left: -800px;
width: 600px;
}

a:link {
color: #333333;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #333333;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #66CCFF;
font-weight: bold;
}
