html, body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: helvetica, arial sans-serif;
    font-size: 12px;
}

#bgColor {
    width: 100%;
    background-color: #303030;
	border-top: 5px solid #cccccc;
    border-bottom: 5px solid #cccccc;
    z-index: -9999;
}

#header {
    width: 960px;
    height: 64px;
    margin: 0 auto;
    background-color: #fff;
}

.logo {
    float: left;
    width: 115px;
    height: 64px;
    background: url('../images/logo.jpg') no-repeat;
}

#contents {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

#contents p {
    font-weight: bold;
    text-align: center;
    margin: 20px 0 20px 0;
}

#datum {
    font-size: 22px;
}

#namnsdag {
    font-size: 22px;
}

#vecka {
    font-size: 40px;
}

#sasong {
    font-size: 14px;
    font-weight: normal;
}

#klocka {}

#digitalClock {
    font-size: 100px;
    font-weight: bold;
}

#klockaType {
    float: right;
    width: 200px;
    margin-top: 18px;
    padding: 5px;
    background: #eee;
    border: 1px solid #555;
    color: #555;
}

#klockaType_chzn {
    float: right;
    margin-top: 18px;
}

#analogClock {
    display: none;
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background: transparent url('../images/clockface.png');
    list-style: none;
}

#sec, #min, #hour {
    position: absolute;
    width: 13px;
    height: 250px;
    top: 0;
    left: 120px;
}

#sec {
    background: url('../images/sechand.png');
    z-index: 3;
}

#min {
    background: url('../images/minhand.png');
    z-index: 2;
}

#hour {
    background: url('../images/hourhand.png');
    z-index: 1;
}

#google {
	width: 960px;
	margin: 20px auto;
	text-align: center;
}

#hideLinks {
	margin: 20px auto;
    font-style: italic;
    color : #808080;
    cursor: pointer;
}

#links {
    width: 960px;
    margin: 10px auto;
    text-align: center;
}
