﻿/*
Author: The iNet Group
Author URL: http://www.iNetGroup.com
Media: Screen
Type: Master CSS
Other credits: Denoted below w/comments
*/

html {
height: 100.02%;
}

/* Global Selectors
////////////////////////////////////////////////////////////////////////////////// */

body {
color: #808080;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background: #212121 url('../images/index.jpg') no-repeat center center;
text-align: center; /* apply only for container center div otherwise use left */
}

img {
border-width: 0px;
}

/* Links
////////////////////////////////////////////////////////////////////////////////// */

a:link {
color: #ba1d28;
text-decoration: underline;
}

a:visited {
color: #ba1d28;
text-decoration: underline;
}

a:hover {
color: #808080;
text-decoration: underline;
}

/* Vertical Centering Container
////////////////////////////////////////////////////////////////////////////////// */

#container_vertical {
width:750px;
height: 580px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -375px;
margin-top: -290px;
}

/* 1 Column Content
////////////////////////////////////////////////////////////////////////////////// */

#language {
width: 744px;
height: 39px;
padding: 0px;
margin-bottom: 10px;
margin-right: 6px;
text-align: right;
}

#line_top {
width: 750px;
height: 2px;
padding: 0px;
margin: 0px;
border-bottom: 1px solid #252525;
text-align: left;
background: #666666;
}

#content {
width: 746px;
height: 420px;
padding: 0px;
margin: 0px;
border: 2px solid #888888;
background: #252525;
}

#line_bottom {
width: 750px;
height: 2px;
margin: 0px;
border-top: 1px solid #252525;
text-align: left;
background: #666666;
}

#slogan {
width: 750px;
height: 56px;
padding: 0px;
margin-top: 10px;
text-align: right;
}

#copyright {
width: 744px;
height: 12px;
padding: 0px;
margin-top: 12px;
margin-right: 6px;
text-align: right;
color: #444444;
font-size: 10px;
}
