You are on page 1of 3

*{

font-family:Quicksand;
font-size:15px;
color:#ffffff;
}

body {
margin:40px 0px;
background-color:#000000;
height:70%;
}

header, footer {
background: url(img/header.jpg);
background-size: 110%;
background-repeat: repeat;
background-position: -5px 0px;
color:#000000;
background-color:#cccccc;
height:50px;
}

a.signup{
top:20px;
left:50%;
margin-left:-75px;
position:absolute;
display:block;
width:150px;
height:150px;
background-size: cover;
background-image: url(img/button_signup.png);

background-repeat: no-repeat;
background-position: top center;
}

a.signup:hover{
background-image:url(img/button_signup_clicked.png);
}

header form#mainform{
float:right;
margin:0px;
padding:14px 11px;
}
header form input{
height:22px;
margin:0px 7px;
}
header form input[type~=submit]{
height:22px;
margin:0px 30px;
}

section#maincontent {
width:100%;
height:100%;
background-color:black;
background: url(img/Galaxy2Planets.png);
background-size: cover;
background-repeat: no-repeat;
}

section#registerform{
//

border:5px #ff0000 solid;


width:70%;
margin-left:auto;
margin-right:auto;
display:block;

/*footer {
background: url(img/header.jpg);
background-size: con;
background-repeat: no-repeat;
background-color:#cccccc;
height:50px;
}*/

You might also like