﻿/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/

body.custom {
    background: #425164 url('http://oldmauihigh.org/13/wp-content/uploads/2013/01/background1.jpg') 100% 0 repeat;
}


To center menu  set the exact width
.menu {
margin:auto;
width:750px;
}
Justify menu on right
.menu {
float: right;
}


.menu {
margin:auto;
width:750px;
}
*/
body.custom {
    background: #11455C url('http://oldmauihigh.org/wp-content/uploads/2013/01/background011.jpg') 100% 0 repeat;
}