/*
    Document   : splash.css
    Created on : 04-May-2009, 09:39:46
    Author     : Baris
    Description: Styling of the Sweet Fantasies project
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
    margin: 0px;
    padding: 0px;
}
/* Structural div styles */
body{
    width: 960px;
    margin: 90px auto 30px auto;
    background: url("../img/backdrop.jpg");
    position: relative;
    color: yellow; /* to be able to read debugging code */
}
h1{
    background: url("../img/logo-big-home.jpg") no-repeat;
	text-indent: -9999px;
    overflow: hidden;
    width: 635px;
    height: 69px;
    margin: 0px 0px 100px 325px;
}
p{
    font-size: 0.9em;
    font-family: "times new roman", "times", "courier", "courier new";
    font-style: italic;
    text-align: right;
    color: #FFFF7F;
		margin: 0px 0px 10px 0px;
}
p.intro{
    width: 400px;
    font-size: 1.2em;
    margin: 0px 0px 20px 560px;
}
p.disclaimer{
    clear: both;
    font-size: 0.7em;
    font-style: normal;
    margin-bottom: 30px;
}
#enter-link-container{
    float: right;
    background: url("../img/enter-link.jpg") no-repeat;
    width: 130px;
    height: 60px;
    margin: 60px 0px 90px 20px;
}
#exit-link-container{
    float: right;
    background: url("../img/exit-link.jpg") no-repeat;
    width: 130px;
    height: 60px;
    margin: 60px 0px 90px 20px;
}
#enter-link-container a, #exit-link-container a{
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#giant-rose-container{
    position: absolute;
    top: 100px;
    left: 0px;
    background: url("../img/giant-rose.jpg") no-repeat;
    width: 497px;
    height: 520px;
    margin-top: 0px;
}
img{
	border: none;
	margin: 0px 0px 0px 15px;
	float: right;
}