<?php
wp_reset_query();
query_posts('page_id=OOOOOOOOOO');
if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php edit_post_link('<font color="red">+</font>','',''); ?>
<?php endwhile; else: ?>
<?php endif; wp_reset_query();
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<p><?php the_content( $more_link_text, $strip_teaser, $more_file ); ?></p>
<?php edit_post_link('<font color="red">+</font>','',''); ?>
<?php endwhile; else: ?>
<?php _e('Sorry, no posts matched your criteria.'); ?>
<?php endif; ?>
<?php include( TEMPLATEPATH . '/included/OOOOOOO.php' ); ?>
<?php bloginfo('template_directory'); ?>/
background-image: url("images/mainbg.jpg");
background-repeat:no-repeat;
background-repeat: repeat-x;
background-repeat: repeat-y;
<?php echo do_shortcode('[shortcode option1="value1" option2="value2"]'); ?>