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

*
{
padding:0px;
margin:0px;
}


/* --------------- BEGIN Background Images (2) --------------- */

html {
background: url(images/MainBG.jpg) top left no-repeat #824a8a;
}

body {
background: none;
text-align: left;
}


/* ------------ Standard Tags --------------- */

a {
color: #FFFFFF;
text-decoration: none;
}

p {
font-family: Helvetica, Arial, sans-serif;
color: #FFFFFF;
font-size: 11px;
line-height: 1.2em;
padding-bottom: 0.9em;
text-align: right;
text-transform: uppercase;
}


/* ------------ Positioning Tags --------------- */

#wrapper {
width: 1259px;
}

#logo {
margin-left: 533px;
margin-top: 10px;
width: 196px;
height: 193px;
background-image: url(images/Logo.png);
}

#portal_buttons {
margin-top: 25px;
margin-left: 275px;
}

a.website {
float: left;
width: 336px;
height: 317px;
margin-right: 40px;
text-decoration: none;
background: url(images/Button_Website.png);
}

a.blog {
float: left;
width: 344px;
height: 315px;
text-decoration: none;
background: url(images/Button_Blog.png);
}

#social_network {
clear: both;
margin-left: 285px;
padding-top: 30px;
}

a.facebook {
float: left;
width: 247px;
height: 72px;
text-decoration: none;
background: url(images/Button_Facebook.png);
}

a.contact {
float: left;
width: 231px;
height: 72px;
text-decoration: none;
background: url(images/Button_Contact.png);
}

#footer {
clear: both;
margin-right: 275px;
padding-top: 20px;
}

a.rorlink {
color: #351a39;
}

a.rorlink:hover {
color: #FFFFFF;
}

