.alignleft {text-align:left;}
.aligncenter {text-align:center;}
.alignright{text-align:right;}

html {
height: 100%;
}

body {
background-color:#413839;
height: 100%;
}


#header {
background-color:black;
color:white;

margin: 0px;
}

#header img{
margin-top: 10px;
}

#menus ol, ul {
list-style:none outside none;
}

#menus li {
display:inline;
list-style:none outside none;
font-size: 18px;
margin-top: 5px;
margin-right: 24px;
}

#menus li a, #menus li a:link, #menus li a:visited {
text-decoration: none;
color: white;
}

#menus li a:hover {
text-decoration: underline;
color: yellow;
}

#menus li a:active {
text-decoration: underline;
color: white;
}


#content {
background-color:#FFFFFF;
background-image:url('../images/GUINNESS.jpg');
background-repeat:no-repeat;
position: relative;
min-height: 100%;
}


* html #content {
height: 100%;
padding-bottom: 12em;
}

#footer {
position: relative;
margin-top:-10px;
background-color:black;
color:white;
}

