@charset "UTF-8";
/* CSS Document */

body, html {
height:100%;
padding:0;
margin-left:0;
margin-bottom:0;
margin-right:0;
margin-top:0;
min-width:780px;
min-height:580px;
}

#wrapper {
width:100%;
height:100%;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#1a1718;
}

#globe {
width:526px;
height:359px;
background-image:url(images/globe.png);
background-repeat:no-repeat;
position:absolute;
left:0;
bottom:0;
z-index:1;
}

#logo {
width:100%;
position:absolute;
top:30px;
text-align:center;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
z-index:2;
}

#url {
width:100%;
height:50px;
text-align:center;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:36px;
background-image:url(images/url_bg.png);
background-repeat:repeat;
z-index:2;
}

#form {
width:427px;
height:318px;
background-image:url(images/form_bg.png);
background-repeat:no-repeat;
position:absolute;
bottom:20px;
right:20px;
text-align:left;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
padding:20px;
z-index:3;
}

#link {
border:0;
}

#formbuttons {
position:relative;
right:20px;
}

.subscript {
font-size:10px;
font-style:italic;
}

.uppercase {
font-weight:bold;
text-transform:uppercase;
}