body {
font-family:arial;
font-size:19px;
color:#595959;
margin:0;
background:#cbebf6;
}

#top {
height:175px;
width:100%;
background:#fff;
align:center;
}

#topCenter {
margin-left: auto;
margin-right: auto;
width:640px;
height:175px;
background:url(../images/logo.png) no-repeat bottom left;
}

#divider {
height:3px;
width:100%;
background:#b5e3f2;
}

#separation {
margin-left: auto;
margin-right: auto;
width:640px;
height:31px;
}

#triangle {
margin-left: 105px;
width:25px;
height:31px;
background:url(../images/triangle.png) no-repeat bottom left;
}

#main {
margin-left: auto;
margin-right: auto;
width:640px;
}

#mainTopLeft {
float:left;
width:25px;
height:25px;
background:#fff url(../images/corner-tl.png) no-repeat top left;
}

#mainTopRight {
float:left;
width:565px;
height:25px;
background:#fff url(../images/corner-tr.png) no-repeat top right;
}

#content {
clear:left;
float:left;
padding-left:25px;
padding-right:25px;
width:540px;
min-height:530px;
background:#fff;
}

#tabs {
float:right;
width:50px;
}

#navTabs {
margin-top:5px;
padding:0;
list-style:none;
}

#tabForHome {
width:50px;
height:166px;
padding-bottom:3px;
background:url(../images/tab-home.png) no-repeat;
}

#tabForGames {
width:50px;
height:166px;
padding-bottom:3px;
background:url(../images/tab-games.png) no-repeat;
}

#tabForContacts {
width:50px;
height:166px;
background:url(../images/tab-contact.png) no-repeat;
}

#bottom {
clear:both;
margin-left: auto;
margin-right: auto;
width:640px;
}

#bottomLeft {
float:left;
width:25px;
height:30px;
background:#fff url(../images/corner-bl.png) no-repeat bottom left;
}

#bottomRight {
float:right;
margin-right:50px;
width:565px;
height:30px;
background:#fff url(../images/corner-br.png) no-repeat bottom right;
}

#copyright {
clear:both;
margin-left:auto;
margin-right:auto;
padding-top:12px;
font-weight:bold;
font-size:12px;
width:605px;
height:40px;
}

.clear {
clear:both;
}

#blogTitle {
padding-bottom:10px;
line-height:40px;
font-size:45px;
}

#blogDate {
font-style:italic;
font-size:16px;
}

a {
color:#6b3bb5;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.contactTitle {
font-weight:bold;
font-size:40px;
}

#outer {
height:515px;
overflow:hidden;
position:relative;
}

#outer[id] {
display:table;
position:static;
}

#middle {
position:absolute;top:50%;
} /* for explorer only*/

#middle[id] {
display:table-cell;
vertical-align:middle;
position:static;
}

#inner {
width:540px;
text-align:center;
position:relative;
top:-50%
} /* for explorer only */

.feature {
/* change as needed */
}

.topSpacer {
clear:both;
height:15px;
}

.hrDivider {
height:3px;
background:#ddd;
border:none;
}

.bottomSpacer {
height:10px;
}
