﻿        body {
            background: url("newbg3.gif") no-repeat #fff;
        }

        .main {
            width: 600px;
            height: 650px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            text-align: center;
        }

        .siteaccess {
            display: block;  
            padding: 20px;
            background-color: #333;
            color: #7f4197;
            margin: 10px 0;
            float: right;
        }
        .siteaccess:hover {
            background-color:#7f4197;
			color: #fff;
        }

        ul.social-links-about {
            display: block;
            margin: 10px 0 0 20px;
            padding: 0;
            list-style: none;
            float: right;
            clear: both;
        }

            ul.social-links-about li {
                float: left;
                margin: 0 0 8px 8px;
                background-color: #fff;
                padding: 10px;
                border-radius: 30px;
            }

                ul.social-links-about li a {
                    height: 36px;
                    width: 36px;
                    background-color: #ccc;
                    padding: 0;
                    margin: 0;
                    display: block;
                }

                    ul.social-links-about li a img {
                        height: 36px;
                        width: 36px;
                    }
                    /*#facebook2 { background-color: #cb99c5; }*/

                    ul.social-links-about li a:hover {
                        background-color: #7f4197;
                    }

.disclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333;
    text-align: left;
    margin: 10px 10px 0 0;
    width: 200px;
}

@media (max-width: 599px) {
    .main {
        width: 320px;
        height: 500px;
        position: relative;
        margin: 0 auto;
    }
    .main img#welcome {
        width: 320px;
    }

    #explore {
        width: 260px;
    }

    /*.siteaccess {
        padding: 10px;
    }*/
}