@charset "utf-8";

/* CSS Document */


html {
margin:0px;
padding:0px;
}

body {
margin:0px;
padding:0px;
background:#000;
}

#wrap {
background:url(back.jpg) repeat-x center;
margin:0px auto;
width:100%;
height:187px;
}

#header {
margin:0px auto;
background:#C93;
background:url(blueshift.jpg);
width:400px;
height:187px;
}

#text {
color:#000;
background:#FFF;
margin:0px auto;
margin-top:50px;
padding:15px;
width:500px;
text-align:center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:28px;
text-decoration:none;
border:5px solid #C00;
-moz-border-radius: 20px;
}

#text a {
text-decoration:none;
color:#C00;
}

#text a:hover {
color:#F60;
}

#services {
/*border:1px solid #036;*/
 color:#FFF;
margin:0px auto;
margin-top:50px;
width:700px;
text-align:center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
}

#proud {
color:#FFF;
margin:0px auto;
margin-top:30px;
width:600px;
text-align:center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:20px;
}

#proud a:hover {
color:#FF0;
}
